Type Alias: MediaKind
ts
type MediaKind = readonly ["image", "audio", "video", "document"];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).