Confirms a pending action to resume the task.
input format depends on the waiting_for_event_type from the status_update event. See the Task Lifecycle guide for the complete reference of all event types and their expected input formats.The unique identifier of the task with a pending action.
The waiting_for_event_id value from the status_update event that triggered the confirmation request. This identifies which specific action to confirm.
Optional input data for the pending action. The expected schema is defined by the confirm_input_schema field in the status_update event. For simple confirmations, this can be omitted.
Action confirmed successfully. The task will resume processing.