View Source ExOpenAI.Components.ImageGenToolCall (ex_openai.ex v2.0.0-beta2)
An image generation request made by the model.
Fields
:id- required -String.t()
The unique ID of the image generation call.:result- required -String.t() | any():status- required -:in_progress | :completed | :generating | :failed
The status of the image generation call.
Allowed values:"in_progress","completed","generating","failed":type- required -:image_generation_call
The type of the image generation call. Alwaysimage_generation_call.
Allowed values:"image_generation_call"