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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript