From c862121b48b76a1c6278b19434cf1823eadb3dc1 Mon Sep 17 00:00:00 2001 From: zcr Date: Fri, 6 Mar 2026 16:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=8F=82=E6=95=B0require=5Fs?= =?UTF-8?q?uggestion=E6=9B=B4=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routers/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routers/chat.py b/src/routers/chat.py index 6dbc6e1..e4a72bf 100644 --- a/src/routers/chat.py +++ b/src/routers/chat.py @@ -30,7 +30,7 @@ async def chat_stream(request: ChatRequest): * `thread_id`: (可选) 现有项目的唯一标识。若不传,系统将自动分配并返回。 * `checkpoint_id`: (可选) 历史快照 ID。 * `config_params`: (可选) 对话配置参数 - * `require_suggestion`: (可选) 是否需要建议按钮,需要建议的频率,0-1的浮点数 + * `need_suggestion`: (可选) 是否需要建议按钮,需要建议的频率,0-1的浮点数 * `use_report`: (可选) 是否需要使用report功能 true/false