统一网络

This commit is contained in:
zcr
2026-04-08 10:44:05 +08:00
parent 3dff7876e5
commit db8014f024

View File

@@ -42,11 +42,16 @@ async def chat_stream(request: DeepAgentChatRequest):
* `thread_id`: (可选) 现有项目的唯一标识。若不传,系统将自动分配并返回。
* `checkpoint_id`: (可选) 历史快照 ID。
* `config_params`: (可选) 对话配置参数
```json
{
'type':'test',
'value':'test',
'style':'test'
"message": "示例",
"config_params": {
"type": "test",
"value": "test",
"style": "test"
}
}
```
* `need_suggestion`: (可选) 是否需要建议按钮,需要建议的频率0-1的浮点数
* `use_report`: (可选) 是否需要使用report功能 true/false