cancel_note
Cancel a running or queued video-to-notes task, stopping further processing at the next checkpoint. Useful when you need to abort an ongoing note generation before completion.
Instructions
取消一个进行中/排队的笔记生成任务(协作式:在下一阶段边界生效,LLM 总结时每 chunk 检查)。
返回 {ok, task_id, status, message?}。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |