ToolCallResult
Represents the result of a tool call execution.
Properties¶
| Property | Type | Description |
|---|---|---|
cancelled? |
boolean |
Indicates whether the tool call was cancelled. |
isError? |
boolean |
Indicates whether the tool call resulted in an error. |
output? |
JSONValue |
The value returned by the tool. |
timestamp? |
string |
Timestamp indicating when the result was generated. |
value? |
InlineOrExternalValue<JSONValue> |
field for the tool call output value. |