Skip to content
1 min read · 31 words

Variable: E_UNSUPPORTED_MEDIA_MODALITY

ts
const E_UNSUPPORTED_MEDIA_MODALITY: CreatedException<[string, string, string]>;

Defined in: src/batteries/llm/transformers_js/exceptions.ts:89

Raised when a @nhtio/adk!Media instance whose modality the configured model cannot consume reaches the adapter under unsupportedMediaPolicy: 'throw'.

Remarks

Printf args: [kind, mimeType, filename].