manus_task_confirm_action
Confirm a pending action when the agent is waiting for a specific input other than a user message. Provide the event ID and matching input schema to resolve the wait.
Instructions
Confirm a pending action. Use when a status_update event reports agent_status='waiting' with waiting_for_event_type != 'messageAskUser'. Pass event_id from the event and an input dict matching the event's confirm_input_schema (e.g. {'accept': true} for most events, {'action': 'select', 'client_id': '...'} for needConnectMyBrowser).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | No | ||
| task_id | Yes | ||
| event_id | Yes |