From 719d7e76e141103b156948854dc966ba711c2e09 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Tue, 16 Dec 2025 23:45:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=97=AE=E9=A2=98=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=EF=BC=8C=E6=B3=A8=E9=87=8A=E6=8E=89=E6=97=A7=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=B9=B6=E6=B7=BB=E5=8A=A0=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/test/chat.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/test/chat.ts b/backend/test/chat.ts index be58560..8b63b59 100644 --- a/backend/test/chat.ts +++ b/backend/test/chat.ts @@ -12,7 +12,8 @@ const res = await app.call({ // question: '记录一下,今天洗了澡', // question: '编辑任务123,进行补充, 对opencode进行描述介绍。', // question: '编辑任务94,对内容注释', - question: '任务59和124完成了', + // question: '任务59和124完成了', + question: '任务 126 完成', token: token, }, })