vibekit_wait_for_task
Poll a task every 5 seconds until it completes, then return the result. Specify task ID and optional timeout to avoid indefinite waiting.
Instructions
Wait for a task to complete and return the result. Polls every 5 seconds up to the timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The task ID to wait for | |
| timeoutSeconds | No | Max seconds to wait. Default: 300 (5 minutes) |