AgentUserEventToolResultItem
A single tool result delivered back to the agent from the CLI client.
Properties
tool_call_idstring requiredTool call identifier, correlating to a tool call from a prior AssistantMessage with execution_mode=cli.namestring requiredTool name.contentobject requiredThe result content from tool execution.is_errorboolean optionalWhether the tool execution resulted in an error.