CodeInterpreterImageOutput interface
A representation of an image output emitted by a code interpreter tool in response to a tool call by the model.
Properties
image | Referential information for the image associated with this output. |
type | The object type, which is always 'image'. |
Property Details
image
Referential information for the image associated with this output.
image: CodeInterpreterImageReference
Property Value
type
The object type, which is always 'image'.
type: "image"
Property Value
"image"
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