fix: 优化超时错误提示文案

This commit is contained in:
sliverp
2026-02-03 21:33:02 +08:00
parent 5cda521583
commit d36567a744

View File

@@ -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) {