From 64ddf6a552f8b45ca68db1b52aebe51c41e4488b Mon Sep 17 00:00:00 2001 From: abearxiong Date: Wed, 11 Mar 2026 13:42:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E6=97=A5=E5=BF=97=EF=BC=8C=E6=98=BE=E7=A4=BA=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E7=9A=84=E5=85=B7=E4=BD=93=E5=86=85=E5=AE=B9=E5=B9=B6=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=8E=89=20showMore=20=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/ai2.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/ai2.ts b/src/routes/ai2.ts index 399937e..bbd37b4 100644 --- a/src/routes/ai2.ts +++ b/src/routes/ai2.ts @@ -16,7 +16,7 @@ const result = await runAgent({ token: '' }) -console.log('最终结果:', result); +console.log('最终结果:', result.result.output); console.log('=== 生成内容详情 ==='); -console.log(showMore(result)); \ No newline at end of file +// console.log(showMore(result)); \ No newline at end of file