wait_for_note
Poll a note generation task and retrieve the finished Markdown note, blocking until completion or timeout. For long videos, re-call with the same task ID to continue waiting.
Instructions
阻塞轮询笔记生成任务直到完成(或超时)。长视频可能超过 timeout,可用多次调用续等。
返回与 get_task_status 相同的结构,SUCCESS 时 result 含最终 Markdown。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| timeout | No | ||
| poll_interval | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |