ImageContent: {
    url: string;
    detail?: "auto" | "low" | "high";
}

Type declaration

  • url: string

    Either a URL of the image or the base64 encoded image data.

  • Optional detail?: "auto" | "low" | "high"

    Specifies the detail level of the image.

Generated using TypeDoc