interface InputImageContent {
    image_url: string;
    type: "input_image";
}

Properties

Properties

image_url: string
type: "input_image"