@vowel.to/client / index / VowelConfig
Interface: VowelConfig
Defined in: lib/vowel/types/types.ts:427
Complete Vowel configuration (backend format)
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
appId | string | App ID | lib/vowel/types/types.ts:429 |
routes | VowelRoute[] | Available routes for navigation | lib/vowel/types/types.ts:431 |
actions | Record<string, VowelAction> | Custom actions the AI can perform | lib/vowel/types/types.ts:433 |
voiceConfig? | VowelVoiceConfig | Voice configuration | lib/vowel/types/types.ts:435 |
systemInstructionOverride? | string | Custom system instruction (overrides default) | lib/vowel/types/types.ts:437 |