Skip to content

@vowel.to/client v0.1.2-393


@vowel.to/client / index / VowelConfig

Interface: VowelConfig

Defined in: lib/vowel/types/types.ts:427

Complete Vowel configuration (backend format)

Properties

PropertyTypeDescriptionDefined in
appIdstringApp IDlib/vowel/types/types.ts:429
routesVowelRoute[]Available routes for navigationlib/vowel/types/types.ts:431
actionsRecord<string, VowelAction>Custom actions the AI can performlib/vowel/types/types.ts:433
voiceConfig?VowelVoiceConfigVoice configurationlib/vowel/types/types.ts:435
systemInstructionOverride?stringCustom system instruction (overrides default)lib/vowel/types/types.ts:437