wait_for_note
Wait for a video note generation task to finish, returning the completed Markdown note. Polls until success or timeout; call again to continue waiting for long videos.
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 |