Cancel agent execution
/v1/agent/conversations/{conversation_id}/messages/{assistant_message_id}/cancelPOST| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| conversation_id | integer | 是 | 对话 ID |
| assistant_message_id | string | 是 | 助手消息 ID(从 chat 接口响应头 X-REPORTIFY-ASSISTANT-MESSAGE-ID 获取) |
| 参数名 | 类型 | 描述 |
|---|---|---|
| response_id | string | 响应 ID |
| status | string | 取消状态 |
assistant_message_id 可从对话聊天接口(stream=true)的 HTTP 响应头 X-REPORTIFY-ASSISTANT-MESSAGE-ID 中获取Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
对话 ID
助手消息 ID(从 chat 接口响应头 X-REPORTIFY-ASSISTANT-MESSAGE-ID 获取)