captcha_wait_for_resolution
Pause automated tasks and wait for a human to resolve a captcha, using a request ID, with adjustable timeout and polling interval.
Instructions
Block until a human intervention is resolved or timeout expires. Use this to pause automation while waiting for human to solve captcha.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | The intervention request ID to wait for | |
| timeout | No | Maximum seconds to wait (default: 300) | |
| poll_interval | No | Seconds between checks (default: 2) |