diff --git a/src/gateway.ts b/src/gateway.ts index f77fb3a..a58ef77 100644 --- a/src/gateway.ts +++ b/src/gateway.ts @@ -1265,7 +1265,7 @@ openclaw cron add \\ } if (!hasResponse) { log?.error(`[qqbot:${account.accountId}] No response within timeout`); - await sendErrorMessage("[ClawdBot] QQ响应正常,但未收到clawdbot响应,请检查大模型是否正确配置"); + await sendErrorMessage("QQ已经收到了你的请求并转交给了Openclaw,任务可能比较复杂,正在处理中..."); } } } catch (err) {