From 945ab060d66ffd7e3dbbb196772ee645767943a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Sun, 14 Dec 2025 07:54:03 +0800 Subject: [PATCH] =?UTF-8?q?think=E5=A2=9E=E5=8A=A0=E6=B5=81=E5=BC=8F?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/chat.py | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/chat.py b/routes/chat.py index 9aaca48..76a9e2d 100644 --- a/routes/chat.py +++ b/routes/chat.py @@ -148,7 +148,6 @@ async def enhanced_generate_stream_response( async for msg, metadata in agent.astream({"messages": messages}, stream_mode="messages"): new_content = "" - print(metadata) if isinstance(msg, AIMessageChunk): # 判断是否有工具调用 if msg.tool_call_chunks: # 检查工具调用块