CodeInterpreterToolCallDetails interface
The detailed information about a code interpreter invocation by the model.
Properties
input | The input provided by the model to the code interpreter tool. |
outputs | The outputs produced by the code interpreter tool back to the model in response to the tool call. |
Property Details
input
The input provided by the model to the code interpreter tool.
input: string
Property Value
string
outputs
The outputs produced by the code interpreter tool back to the model in response to the tool call.
outputs: CodeInterpreterToolCallOutput[]
Property Value
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