From d36567a74438488f03e0840f89a5dcf017330eb5 Mon Sep 17 00:00:00 2001 From: sliverp Date: Tue, 3 Feb 2026 21:33:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gateway.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {