OpenAI::ResponseImageGenCallGeneratingEvent
Inherits JSON::Serializable < Reference < Object
Emitted when an image generation tool call is actively generating an image (intermediate state).
Constructors
new(pull : JSON::PullParser)
Sourcenew(type_value : ResponseImageGenCallGeneratingEventType = ResponseImageGenCallGeneratingEventType::ResponseImageGenerationCallGenerating, output_index : Int64 = 0, item_id : String = "", sequence_number : Int64 = 0)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
item_id=(item_id : String)
The unique identifier of the image generation item being processed.
output_index=(output_index : Int64)
The index of the output item in the response's output array.
sequence_number=(sequence_number : Int64)
The sequence number of the image generation item being processed.
type_value=(type_value : ResponseImageGenCallGeneratingEventType)
The type of the event. Always 'response.image_generation_call.generating'.