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