修正chat stream 接口文档
This commit is contained in:
@@ -39,8 +39,8 @@ async def chat_stream(request: DeepAgentChatRequest):
|
|||||||
|
|
||||||
#### 2. 请求参数
|
#### 2. 请求参数
|
||||||
* `message`: 用户的设计意图(如:'我想设计一个极简风格的橡木办公桌')。
|
* `message`: 用户的设计意图(如:'我想设计一个极简风格的橡木办公桌')。
|
||||||
* `quote_image_path`: 用户引用图片地址 如:'["fida-test/furniture/sketches/8a1804d1-5ac9-4d02-bf17-e65fa7272f65.png"]')。
|
* `quote_image_path`: 用户引用图片地址 如:"fida-test/furniture/sketches/8a1804d1-5ac9-4d02-bf17-e65fa7272f65.png"。
|
||||||
* `input_image_paths`: 用户上传图片地址集合如:('["fida-test/furniture/sketches/8a1804d1-5ac9-4d02-bf17-e65fa7272f65.png"]')。
|
* `input_image_paths`: 用户上传图片地址集合如:["fida-test/furniture/sketches/8a1804d1-5ac9-4d02-bf17-e65fa7272f65.png"]。
|
||||||
* `thread_id`: (可选) 现有项目的唯一标识。若不传,系统将自动分配并返回。
|
* `thread_id`: (可选) 现有项目的唯一标识。若不传,系统将自动分配并返回。
|
||||||
* `checkpoint_id`: (可选) 历史快照 ID。
|
* `checkpoint_id`: (可选) 历史快照 ID。
|
||||||
* `config_params`: (可选) 对话配置参数
|
* `config_params`: (可选) 对话配置参数
|
||||||
|
|||||||
Reference in New Issue
Block a user