interface ChatCompletionContentPartImage {
    image_url: ImageURL;
    type: "image_url";
}

Properties

Properties

image_url: ImageURL
type: "image_url"

The type of the content part.

Generated using TypeDoc