Variable ImageContentSchemaConst
ImageContentSchema: ZodObject<
{ data: ZodString; mimeType: ZodString; type: ZodLiteral<"image"> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ data: ZodString; mimeType: ZodString; type: ZodLiteral<"image"> },
ZodTypeAny,
"passthrough",
>,
objectInputType<
{ data: ZodString; mimeType: ZodString; type: ZodLiteral<"image"> },
ZodTypeAny,
"passthrough",
>,
> = ...
An image provided to or from an LLM.