ToolOutput interface
The data provided during a tool outputs submission to resolve pending tool calls and allow the model to continue.
Properties
output | The output from the tool to be submitted. |
tool |
The ID of the tool call being resolved, as provided in the tool calls of a required action from a run. |
Property Details
output
The output from the tool to be submitted.
output?: string
Property Value
string
toolCallId
The ID of the tool call being resolved, as provided in the tool calls of a required action from a run.
toolCallId?: string
Property Value
string