POST /v1/chat-messages/{task_id}/stop

task_id:string,必填。来自 /chat-messages 流式返回的分片(chunk)或首个事件里。

请求头

成功响应

{
"result": "success" // 固定字符串
}