type Modality = "text" | "image" | "audio" | "video" | "document";
Defined in: types.ts:26
Supported input modality types for multimodal content.