fix: 优化超时错误提示文案
This commit is contained in:
@@ -1265,7 +1265,7 @@ openclaw cron add \\
|
|||||||
}
|
}
|
||||||
if (!hasResponse) {
|
if (!hasResponse) {
|
||||||
log?.error(`[qqbot:${account.accountId}] No response within timeout`);
|
log?.error(`[qqbot:${account.accountId}] No response within timeout`);
|
||||||
await sendErrorMessage("[ClawdBot] QQ响应正常,但未收到clawdbot响应,请检查大模型是否正确配置");
|
await sendErrorMessage("QQ已经收到了你的请求并转交给了Openclaw,任务可能比较复杂,正在处理中...");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Reference in New Issue
Block a user