ToolResult
ToolResult =
object
Result of a tool execution, fed back to the LLM.
Properties
Section titled “Properties”callId
Section titled “callId”callId:
string
Tool call ID this result corresponds to.
isError?
Section titled “isError?”
optionalisError?:boolean
Whether this result represents an error (tool failed or was denied).
result
Section titled “result”result:
unknown
The tool’s output value.