ItemImageGenToolCall interface
An image generation request made by the model.
- Extends
Properties
| id | The unique ID of the image generation call. |
| result | The result of the generated image. |
| status | The status of the image generation call. |
| type | The type of the image generation call. Always |
Property Details
id
The unique ID of the image generation call.
id: string
Property Value
string
result
The result of the generated image.
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"