InputItemImageGenToolCall interface

An image generation request made by the model.

Extends

Properties

id

The unique ID of the image generation call.

result
status

The status of the image generation call.

type

The type of the image generation call. Always image_generation_call.

Property Details

id

The unique ID of the image generation call.

id: string

Property Value

string

result

result: string

Property Value

string

status

The status of the image generation call.

status: "in_progress" | "completed" | "failed" | "generating"

Property Value

"in_progress" | "completed" | "failed" | "generating"

type

The type of the image generation call. Always image_generation_call.

type: "image_generation_call"

Property Value

"image_generation_call"