manus_task_confirm_action
Confirm pending actions when agent status is 'waiting' and not awaiting user message. Provide event_id and input matching the event's confirm_input_schema (e.g., {'accept': true}).
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 |
|---|---|---|---|
| task_id | Yes | ||
| event_id | Yes | ||
| input | No |