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

AgentUserEventToolResultItem

    A single tool result delivered back to the agent from the CLI client.

    Properties

    • tool_call_id string required
      Tool call identifier, correlating to a tool call from a prior AssistantMessage with execution_mode=cli.
    • name string required
      Tool name.
    • content object required
      The result content from tool execution.
    • is_error boolean optional
      Whether the tool execution resulted in an error.