export interface ImageUrlContentItem { type: "image-url"; image_type: "png" | "jpeg" | "gif" | "webp"; data: string; }