Skip to content

Commit e860577

Browse files
more tweaks
1 parent b6025e3 commit e860577

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fern/voice-fallback-plan.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ When a voice failure occurs, Vapi will:
2020
1. Detect the failure of the primary voice
2121
2. Automatically switch to the first fallback voice
2222
3. Continue through the list of fallback voices if subsequent failures occur
23-
4. Only terminate if all configured fallback voices fail
23+
4. Only terminate if the list of fallback voices has been exhausted, and all have failed
2424

2525
## Configuration
2626

27-
Add the `fallbackPlan` property to your assistant's voice configuration. Specify a list of voices within the `voices` property of `fallbackPlan`, and you're done!
27+
Add the `fallbackPlan` property to your assistant's voice configuration, and specify the fallback voices within the `voices` property.
2828
- Please note that fallback voices must be valid JSON configurations, and not strings.
29+
- Also note that the order matters. Vapi will choose fallback voices starting from the beginning of the list.
2930

3031
```json
3132
{

0 commit comments

Comments
 (0)