统一网络

This commit is contained in:
zcr
2026-04-08 10:49:19 +08:00
parent db8014f024
commit a9ffb5a446
2 changed files with 6 additions and 3 deletions

View File

@@ -44,10 +44,10 @@ async def chat_stream(request: DeepAgentChatRequest):
* `config_params`: (可选) 对话配置参数
```json
{
"message": "示例",
"message": "你好",
"config_params": {
"type": "test",
"value": "test",
"region": "test",
"style": "test"
}
}