class

OpenAI::RunStepDeltaStepDetailsToolCallsCodeOutputImageObject

Inherits JSON::Serializable < Reference < Object

Constructors

new(index : Int64 = 0, type_value : RunStepDeltaStepDetailsToolCallsCodeOutputImageObjectType = RunStepDeltaStepDetailsToolCallsCodeOutputImageObjectType::Image, image : RunStepDeltaStepDetailsToolCallsCodeOutputImageObjectImage | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

image
Source
image=(image : RunStepDeltaStepDetailsToolCallsCodeOutputImageObjectImage | Nil)
Source
index

The index of the output in the outputs array.

Source
index=(index : Int64)

The index of the output in the outputs array.

Source
type_value

Always image.

Source
type_value=(type_value : RunStepDeltaStepDetailsToolCallsCodeOutputImageObjectType)

Always image.

Source