From 2f5b49032f4cad2b84ef40c894ea3c36bf37b55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=BD=AE?= Date: Wed, 26 Nov 2025 10:54:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E7=BA=BFTHINK=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/chat.py b/routes/chat.py index ab9bc27..d33f1b8 100644 --- a/routes/chat.py +++ b/routes/chat.py @@ -249,7 +249,7 @@ async def create_agent_and_generate_response( thought_list = [] if guideline_analysis != '': - thought_list = [{"role": "assistant","content": guideline_analysis}] + thought_list = [{"role": "assistant","reasoning_content": guideline_analysis}] # 根据stream参数决定返回流式还是非流式响应 if stream: return StreamingResponse(