Defined in: types.ts:32
Source specification for multimodal content. Supports both inline data (base64) and URL-based content.
type: "data" | "url";
type: "data" | "url";
Defined in: types.ts:38
The type of source:
value: string;
value: string;
Defined in: types.ts:44
The actual content value:
