RunStepDeltaCodeInterpreterImageOutput interface
Represents an image output as produced the Code interpreter tool and as represented in a streaming run step's delta tool calls collection.
Properties
image | The image data for the Code Interpreter tool call output. |
type | The object type, which is always "image." |
Inherited Properties
index | The index of the output in the streaming run step tool call's Code Interpreter outputs array. |
Property Details
image
The image data for the Code Interpreter tool call output.
image?: RunStepDeltaCodeInterpreterImageOutputObject
Property Value
type
The object type, which is always "image."
type: "image"
Property Value
"image"
Inherited Property Details
index
The index of the output in the streaming run step tool call's Code Interpreter outputs array.
index: number
Property Value
number
Inherited From RunStepDeltaCodeInterpreterOutputParent.index