Skip to content

ToolCallEndEvent

Signals the end of a tool call.

Properties

Property Type Description
cancelled? boolean Indicates if the tool call was canceled before the result was generated.
isError? boolean Indicates if the tool call resulted in an error.
metaData? JSONObject Metadata pertaining to the tool call's execution or result.
output? JSONValue Optional output value returned by the tool's execution.
timestamp? string The time the result was generated.