Image
import type { Image } from "https://googleapis.deno.dev/v1/ces:v1.ts";Represents an image input or output in the conversation.
interface Image {
data?: Uint8Array;
mimeType?: string;
}import type { Image } from "https://googleapis.deno.dev/v1/ces:v1.ts";Represents an image input or output in the conversation.