Skip to content

ToolResult

ToolResult = object

Result of a tool execution, fed back to the LLM.

callId: string

Tool call ID this result corresponds to.


optional isError?: boolean

Whether this result represents an error (tool failed or was denied).


result: unknown

The tool’s output value.