From 8f3fb0f584f8ff622642bb9848149709835a1a01 Mon Sep 17 00:00:00 2001 From: zcr Date: Wed, 8 Apr 2026 10:24:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=8E=A5=E5=8F=A3=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- src/routers/deep_agent_chat.py | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4511e11..5562006 100755 --- a/.gitignore +++ b/.gitignore @@ -147,4 +147,6 @@ app/logs/* *.json *.env* config.backup.py -*.md \ No newline at end of file +*.md +.langgraph_api +.jbeval \ No newline at end of file diff --git a/src/routers/deep_agent_chat.py b/src/routers/deep_agent_chat.py index e243172..1d9edf0 100755 --- a/src/routers/deep_agent_chat.py +++ b/src/routers/deep_agent_chat.py @@ -42,6 +42,11 @@ async def chat_stream(request: DeepAgentChatRequest): * `thread_id`: (可选) 现有项目的唯一标识。若不传,系统将自动分配并返回。 * `checkpoint_id`: (可选) 历史快照 ID。 * `config_params`: (可选) 对话配置参数 + { + 'type':'test', + 'value':'test', + 'style':'test' + } * `need_suggestion`: (可选) 是否需要建议按钮,需要建议的频率,0-1的浮点数 * `use_report`: (可选) 是否需要使用report功能 true/false