Create a new agent conversation
/v1/agent/conversationsPOST| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| agent_id | integer | 是 | 智能体 ID |
| title | string | 否 | 对话标题 |
| 参数名 | 类型 | 描述 |
|---|---|---|
| id | integer | 对话 ID |
| user_id | integer | 用户 ID |
| agent_id | integer | 智能体 ID |
| type | string | 对话类型 |
| title | string | 对话标题 |
| status | string | 对话状态 |
| created_at | integer | 创建时间戳(毫秒) |
| updated_at | integer | 更新时间戳(毫秒) |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
创建 agent 对话响应
对话 ID
123456789
用户 ID
987654321
智能体 ID
11887655289749510
对话类型
"agent_chat"
对话状态
"active"
创建时间戳(毫秒)
1765851195760
更新时间戳(毫秒)
1765851195768
对话标题
"nvidia 最新业绩分析"