1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AgentBackendEventToolResponse

AgentBackendEventToolResponse

    An event sent from the agent backend to the client during an agent task execution.

    Properties

    • tool_call_id string required
      Tool call identifier.
    • name string required
      Tool name.
    • content object required
      Tool execution result content.
    • is_error boolean optional
      Whether this tool response represents an error.
    • timestamp string required
      When the event occurred.
    • type string required