Skip to content
1 min read · 51 words

Type Alias: MediaKind

ts
type MediaKind = readonly ["image", "audio", "video", "document"];

Defined in: lib/classes/media.ts:20

The set of supported media kinds.

Remarks

Modality coverage is asymmetric across providers. The framework defines no supportedModalities field — how a battery handles a modality it cannot natively render is the battery author's call (see unsupportedMediaPolicy on the OpenAI Chat Completions battery).