Send an event to a running task. This is used for:
run_task, goto, extract, evaluate_js, closeThe SDK handles this automatically when using session.run_task(), session.goto(), etc.
Event model for sending actions to running tasks.
Event type: browser_action, session_action, or tool_call.
Event payload. For actions: {name, input}. For tool responses: {code, output}.
Unique event ID. Used to match responses to requests.
Unix timestamp of the event.
Event successfully sent.
Response model for send event operation.