From a67e70f3f15477cc5facbb5cc4cc51db1128ac62 Mon Sep 17 00:00:00 2001 From: amandamartin-dev <97615019+amandamartin-dev@users.noreply.github.com> Date: Sun, 31 May 2026 21:32:07 -0700 Subject: [PATCH 1/3] update to vapi voices v2 --- fern/assistants/examples/docs-agent.mdx | 3 +++ fern/assistants/pronunciation-dictionaries.mdx | 3 ++- fern/calls/call-features.mdx | 1 + fern/calls/voicemail-detection.mdx | 6 ++++++ fern/security-and-privacy/PCI.mdx | 15 +++++++++------ .../recording-consent-plan.mdx | 10 ++++++---- fern/squads.mdx | 6 +++++- fern/tools/client-side-websdk.mdx | 2 +- 8 files changed, 33 insertions(+), 13 deletions(-) diff --git a/fern/assistants/examples/docs-agent.mdx b/fern/assistants/examples/docs-agent.mdx index fd2b1c896..d32bc4255 100644 --- a/fern/assistants/examples/docs-agent.mdx +++ b/fern/assistants/examples/docs-agent.mdx @@ -137,6 +137,7 @@ Guidelines: // Configure voice settings voice={ "provider": "vapi", + "version": 2, "voiceId": "Harry" }, // Configure transcription @@ -274,6 +275,7 @@ Guidelines: // Configure voice settings voice: { provider: "vapi", + version: 2, voiceId: "Harry" }, // Configure transcription @@ -341,6 +343,7 @@ Guidelines: // Configure voice settings voice={ "provider": "vapi", + "version": 2, "voiceId": "Harry" }, // Configure transcription diff --git a/fern/assistants/pronunciation-dictionaries.mdx b/fern/assistants/pronunciation-dictionaries.mdx index e1f830d22..328fbd3c5 100644 --- a/fern/assistants/pronunciation-dictionaries.mdx +++ b/fern/assistants/pronunciation-dictionaries.mdx @@ -241,8 +241,9 @@ Cartesia pronunciation dictionaries use a `text` and `alias` format. Each entry ```json { "voice": { - "voiceId": "Elliot", "provider": "vapi", + "version": 2, + "voiceId": "Elliot", "pronunciationDictionary": [ { "pronunciationDictId": "pdict_abc123" diff --git a/fern/calls/call-features.mdx b/fern/calls/call-features.mdx index fed5b8a6a..59512fb6a 100644 --- a/fern/calls/call-features.mdx +++ b/fern/calls/call-features.mdx @@ -159,6 +159,7 @@ curl -X POST 'https://aws-us-west-2-production1-phone-call-websocket.vapi.ai/742 "name": "new_assistant", "voice": { "provider": "vapi", + "version": 2, "voiceId": "Neha" }, } diff --git a/fern/calls/voicemail-detection.mdx b/fern/calls/voicemail-detection.mdx index f8f7fff66..17da95a39 100644 --- a/fern/calls/voicemail-detection.mdx +++ b/fern/calls/voicemail-detection.mdx @@ -123,6 +123,7 @@ This configuration optimizes for fast detection and professional voicemail deliv "name": "Sales Outreach Assistant", "voice": { "provider": "vapi", + "version": 2, "voiceId": "Paige" }, "model": { @@ -183,6 +184,7 @@ const salesAssistant = await vapi.assistants.create({ voice: { speed: 0.9, provider: "vapi", + version: 2, voiceId: "Paige" }, model: { @@ -224,6 +226,7 @@ sales_assistant = client.assistants.create( name="Sales Outreach Assistant", voice={ "provider": "vapi", + "version": 2, "voiceId": "Paige" }, model={ @@ -267,6 +270,7 @@ Optimized for high-accuracy detection and detailed voicemail messages: "name": "Customer Support Assistant", "voice": { "provider": "vapi", + "version": 2, "voiceId": "Elliot" }, "model": { @@ -306,6 +310,7 @@ const supportAssistant = await vapi.assistants.create({ name: "Customer Support Assistant", voice: { provider: "vapi", + version: 2, voiceId: "Elliot" }, model: { @@ -342,6 +347,7 @@ Balanced configuration for appointment confirmations with fallback voicemail: "name": "Appointment Reminder Assistant", "voice": { "provider": "vapi", + "version": 2, "voiceId": "Rohan" }, "model": { diff --git a/fern/security-and-privacy/PCI.mdx b/fern/security-and-privacy/PCI.mdx index 4aed23785..5cb75529c 100644 --- a/fern/security-and-privacy/PCI.mdx +++ b/fern/security-and-privacy/PCI.mdx @@ -90,8 +90,9 @@ Here's a complete squad configuration that demonstrates this approach: ] }, "voice": { - "voiceId": "Elliot", - "provider": "vapi" + "provider": "vapi", + "version": 2, + "voiceId": "Elliot" }, "transcriber": { "model": "nova-2", @@ -137,8 +138,9 @@ Here's a complete squad configuration that demonstrates this approach: } }, "voice": { - "voiceId": "Elliot", - "provider": "vapi" + "provider": "vapi", + "version": 2, + "voiceId": "Elliot" }, "transcriber": { "model": "nova-2", @@ -191,8 +193,9 @@ Here's a complete squad configuration that demonstrates this approach: ] }, "voice": { - "voiceId": "Elliot", - "provider": "vapi" + "provider": "vapi", + "version": 2, + "voiceId": "Elliot" }, "transcriber": { "model": "nova-2", diff --git a/fern/security-and-privacy/recording-consent-plan.mdx b/fern/security-and-privacy/recording-consent-plan.mdx index dff59c8f6..3d1dee5b1 100644 --- a/fern/security-and-privacy/recording-consent-plan.mdx +++ b/fern/security-and-privacy/recording-consent-plan.mdx @@ -79,8 +79,9 @@ Add the recording consent plan to your assistant's `compliancePlan`: "type": "stay-on-line", "message": "For quality and training purposes, this call may be recorded. Please stay on the line if you agree to being recorded, or hang up if you do not consent.", "voice": { - "voiceId": "Neha", - "provider": "vapi" + "provider": "vapi", + "version": 2, + "voiceId": "Neha" }, "waitSeconds": 3 } @@ -97,8 +98,9 @@ Add the recording consent plan to your assistant's `compliancePlan`: "type": "verbal", "message": "This call may be recorded for quality and training purposes. Do you agree to being recorded? Please say 'yes' if you agree or 'no' if you decline.", "voice": { - "voiceId": "Neha", - "provider": "vapi" + "provider": "vapi", + "version": 2, + "voiceId": "Neha" }, "declineToolId": "09dd39cc-75f0-45eb-ace3-796ee3aa9c1e" } diff --git a/fern/squads.mdx b/fern/squads.mdx index af316eb7c..dddbeb996 100644 --- a/fern/squads.mdx +++ b/fern/squads.mdx @@ -79,6 +79,7 @@ To override the configuration of a saved assistant without modifying the underly "name": "Appointment Booking", "voice": { "provider": "vapi", + "version": 2, "voiceId": "Elliot", }, }, @@ -88,6 +89,7 @@ To override the configuration of a saved assistant without modifying the underly "assistantOverrides": { "voice": { "provider": "vapi", + "version": 2, "voiceId": "Elliot", }, } @@ -107,6 +109,7 @@ You may also define inline tools via `assistantOverrides` through the `tools:app "name": "Appointment Booking", "voice": { "provider": "vapi", + "version": 2, "voiceId": "Elliot", }, }, @@ -152,6 +155,7 @@ Note: This is `squadOverrides` for the [`assistant-request`](api-reference/webho "name": "Appointment Booking", "voice": { "provider": "vapi", + "version": 2, "voiceId": "Elliot", }, }, @@ -163,6 +167,7 @@ Note: This is `squadOverrides` for the [`assistant-request`](api-reference/webho "memberOverrides": { "voice": { "provider": "vapi", + "version": 2, "voiceId": "Elliot", }, } @@ -181,4 +186,3 @@ Note: This is `squadOverrides` for the [`assistant-request`](api-reference/webho **Engineer context carefully** - Use [context engineering](/tools/handoff#context-engineering) to control what conversation history is passed between assistants. As the context grows throughout the call, you may want to limit message history to reduce tokens, improve performance, and prevent context poisoning. Utilize [variable extraction](/tools/handoff#variable-extraction) to save information and generate summaries during a handoff to pass to other assistants. - diff --git a/fern/tools/client-side-websdk.mdx b/fern/tools/client-side-websdk.mdx index cca52c8e5..ce9ba1a08 100644 --- a/fern/tools/client-side-websdk.mdx +++ b/fern/tools/client-side-websdk.mdx @@ -125,7 +125,7 @@ function App() { }, ], }, - voice: { provider: 'vapi', voiceId: 'Elliot' }, + voice: { provider: 'vapi', version: 2, voiceId: 'Elliot' }, transcriber: { provider: 'deepgram', model: 'nova-2', language: 'en' }, name: 'Alex - Test', firstMessage: 'Hello.', From eeed92121321a97afe689418ff7fcd761435ee0a Mon Sep 17 00:00:00 2001 From: amandamartin-dev <97615019+amandamartin-dev@users.noreply.github.com> Date: Sun, 31 May 2026 21:44:56 -0700 Subject: [PATCH 2/3] update to elliot, remove legacy 11labs reference --- fern/assistants/examples/docs-agent.mdx | 8 ++++---- fern/assistants/pronunciation-dictionaries.mdx | 2 +- fern/calls/call-features.mdx | 2 +- fern/calls/voicemail-detection.mdx | 12 ++++++------ .../providers/voice/vapi-voices/legacy-migration.mdx | 7 ++----- fern/security-and-privacy/PCI.mdx | 6 +++--- fern/security-and-privacy/recording-consent-plan.mdx | 4 ++-- fern/squads.mdx | 11 +++++------ fern/tools/client-side-websdk.mdx | 2 +- 9 files changed, 25 insertions(+), 29 deletions(-) diff --git a/fern/assistants/examples/docs-agent.mdx b/fern/assistants/examples/docs-agent.mdx index d32bc4255..18e049c63 100644 --- a/fern/assistants/examples/docs-agent.mdx +++ b/fern/assistants/examples/docs-agent.mdx @@ -138,7 +138,7 @@ Guidelines: voice={ "provider": "vapi", "version": 2, - "voiceId": "Harry" + "voiceId": "Elliott" }, // Configure transcription transcriber={ @@ -230,7 +230,7 @@ Guidelines: 3. Configure the assistant: - **Name**: `Docs agent` - **Model**: Claude Sonnet 4 (Anthropic) - - **Voice**: Harry (Vapi) + - **Voice**: Elliott (Vapi) - **First Message**: `Hey I'm Harry, a support agent. How can I help you today? You can ask me questions about Vapi, how to get started or our documentation.` - **System Prompt**: Use a helpful documentation assistant prompt with guidelines for using the docsquery tool 4. Add the `docsquery` tool in the Tools section @@ -276,7 +276,7 @@ Guidelines: voice: { provider: "vapi", version: 2, - voiceId: "Harry" + voiceId: "Elliott" }, // Configure transcription transcriber: { @@ -344,7 +344,7 @@ Guidelines: voice={ "provider": "vapi", "version": 2, - "voiceId": "Harry" + "voiceId": "Elliott" }, // Configure transcription transcriber={ diff --git a/fern/assistants/pronunciation-dictionaries.mdx b/fern/assistants/pronunciation-dictionaries.mdx index 328fbd3c5..6cdfc8edd 100644 --- a/fern/assistants/pronunciation-dictionaries.mdx +++ b/fern/assistants/pronunciation-dictionaries.mdx @@ -243,7 +243,7 @@ Cartesia pronunciation dictionaries use a `text` and `alias` format. Each entry "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliot", + "voiceId": "Elliott", "pronunciationDictionary": [ { "pronunciationDictId": "pdict_abc123" diff --git a/fern/calls/call-features.mdx b/fern/calls/call-features.mdx index 59512fb6a..baac9b8f9 100644 --- a/fern/calls/call-features.mdx +++ b/fern/calls/call-features.mdx @@ -160,7 +160,7 @@ curl -X POST 'https://aws-us-west-2-production1-phone-call-websocket.vapi.ai/742 "voice": { "provider": "vapi", "version": 2, - "voiceId": "Neha" + "voiceId": "Elliott" }, } }, diff --git a/fern/calls/voicemail-detection.mdx b/fern/calls/voicemail-detection.mdx index 17da95a39..69dd669ce 100644 --- a/fern/calls/voicemail-detection.mdx +++ b/fern/calls/voicemail-detection.mdx @@ -124,7 +124,7 @@ This configuration optimizes for fast detection and professional voicemail deliv "voice": { "provider": "vapi", "version": 2, - "voiceId": "Paige" + "voiceId": "Elliott" }, "model": { "model": "gpt-4o", @@ -185,7 +185,7 @@ const salesAssistant = await vapi.assistants.create({ speed: 0.9, provider: "vapi", version: 2, - voiceId: "Paige" + voiceId: "Elliott" }, model: { model: "gpt-4o", @@ -227,7 +227,7 @@ sales_assistant = client.assistants.create( voice={ "provider": "vapi", "version": 2, - "voiceId": "Paige" + "voiceId": "Elliott" }, model={ "model": "gpt-4o", @@ -271,7 +271,7 @@ Optimized for high-accuracy detection and detailed voicemail messages: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliot" + "voiceId": "Elliott" }, "model": { "model": "gpt-4o", @@ -311,7 +311,7 @@ const supportAssistant = await vapi.assistants.create({ voice: { provider: "vapi", version: 2, - voiceId: "Elliot" + voiceId: "Elliott" }, model: { model: "gpt-4o", @@ -348,7 +348,7 @@ Balanced configuration for appointment confirmations with fallback voicemail: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Rohan" + "voiceId": "Elliott" }, "model": { "model": "gpt-4o", diff --git a/fern/providers/voice/vapi-voices/legacy-migration.mdx b/fern/providers/voice/vapi-voices/legacy-migration.mdx index 30e39c341..543424235 100644 --- a/fern/providers/voice/vapi-voices/legacy-migration.mdx +++ b/fern/providers/voice/vapi-voices/legacy-migration.mdx @@ -49,7 +49,7 @@ If you're currently using one of the voices that are staying, no action is requi ## Replacement voice mapping -We've selected replacement voices from ElevenLabs using their voice matching tool to find the closest match in tone and style. These voices are priced similarly to your existing voice. +We've selected replacement voices that closely match the tone and style of each retired legacy voice. These voices are priced similarly to your existing voice. **Option 1 was the default fallback.** If your assistant was auto-switched and you'd prefer a different voice, you can still manually update to any other available voice — check out our [New Vapi Voices](#new-vapi-voices) below. @@ -90,7 +90,7 @@ These are separate from the replacement voices listed above — they won't be us - We used ElevenLabs' voice matching tool to find the most appropriate replacements for each legacy voice based on tone, style, and characteristics. Replacements should not change your pricing. + We selected the most appropriate replacements for each legacy voice based on tone, style, and characteristics. Replacements should not change your pricing. @@ -116,7 +116,4 @@ These are separate from the replacement voices listed above — they won't be us No. Elliot, Savannah, Rohan, Leo, Zoe, Mia, Jess, Zac, Dan, Leah, and Tara are continuing and are not being retired. If you're using one of these voices, no action is required. - - Replacement voices should work out of the box with any of the ElevenLabs models. - diff --git a/fern/security-and-privacy/PCI.mdx b/fern/security-and-privacy/PCI.mdx index 5cb75529c..e3f07d222 100644 --- a/fern/security-and-privacy/PCI.mdx +++ b/fern/security-and-privacy/PCI.mdx @@ -92,7 +92,7 @@ Here's a complete squad configuration that demonstrates this approach: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliot" + "voiceId": "Elliott" }, "transcriber": { "model": "nova-2", @@ -140,7 +140,7 @@ Here's a complete squad configuration that demonstrates this approach: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliot" + "voiceId": "Elliott" }, "transcriber": { "model": "nova-2", @@ -195,7 +195,7 @@ Here's a complete squad configuration that demonstrates this approach: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliot" + "voiceId": "Elliott" }, "transcriber": { "model": "nova-2", diff --git a/fern/security-and-privacy/recording-consent-plan.mdx b/fern/security-and-privacy/recording-consent-plan.mdx index 3d1dee5b1..54cee73be 100644 --- a/fern/security-and-privacy/recording-consent-plan.mdx +++ b/fern/security-and-privacy/recording-consent-plan.mdx @@ -81,7 +81,7 @@ Add the recording consent plan to your assistant's `compliancePlan`: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Neha" + "voiceId": "Elliott" }, "waitSeconds": 3 } @@ -100,7 +100,7 @@ Add the recording consent plan to your assistant's `compliancePlan`: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Neha" + "voiceId": "Elliott" }, "declineToolId": "09dd39cc-75f0-45eb-ace3-796ee3aa9c1e" } diff --git a/fern/squads.mdx b/fern/squads.mdx index dddbeb996..5665d90d7 100644 --- a/fern/squads.mdx +++ b/fern/squads.mdx @@ -80,7 +80,7 @@ To override the configuration of a saved assistant without modifying the underly "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliot", + "voiceId": "Elliott", }, }, }, @@ -90,7 +90,7 @@ To override the configuration of a saved assistant without modifying the underly "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliot", + "voiceId": "Elliott", }, } }, @@ -110,7 +110,7 @@ You may also define inline tools via `assistantOverrides` through the `tools:app "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliot", + "voiceId": "Elliott", }, }, }, @@ -156,7 +156,7 @@ Note: This is `squadOverrides` for the [`assistant-request`](api-reference/webho "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliot", + "voiceId": "Elliott", }, }, }, @@ -168,7 +168,7 @@ Note: This is `squadOverrides` for the [`assistant-request`](api-reference/webho "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliot", + "voiceId": "Elliott", }, } } @@ -185,4 +185,3 @@ Note: This is `squadOverrides` for the [`assistant-request`](api-reference/webho **Engineer context carefully** - Use [context engineering](/tools/handoff#context-engineering) to control what conversation history is passed between assistants. As the context grows throughout the call, you may want to limit message history to reduce tokens, improve performance, and prevent context poisoning. Utilize [variable extraction](/tools/handoff#variable-extraction) to save information and generate summaries during a handoff to pass to other assistants. - diff --git a/fern/tools/client-side-websdk.mdx b/fern/tools/client-side-websdk.mdx index ce9ba1a08..f51c4f692 100644 --- a/fern/tools/client-side-websdk.mdx +++ b/fern/tools/client-side-websdk.mdx @@ -125,7 +125,7 @@ function App() { }, ], }, - voice: { provider: 'vapi', version: 2, voiceId: 'Elliot' }, + voice: { provider: 'vapi', version: 2, voiceId: 'Elliott' }, transcriber: { provider: 'deepgram', model: 'nova-2', language: 'en' }, name: 'Alex - Test', firstMessage: 'Hello.', From efd7ad4fb09d8f7089dc8f3fa239613d5bda48a6 Mon Sep 17 00:00:00 2001 From: amandamartin-dev <97615019+amandamartin-dev@users.noreply.github.com> Date: Sun, 31 May 2026 21:46:34 -0700 Subject: [PATCH 3/3] fix sp mistake --- fern/assistants/examples/docs-agent.mdx | 8 ++++---- fern/assistants/pronunciation-dictionaries.mdx | 2 +- fern/calls/call-features.mdx | 2 +- fern/calls/voicemail-detection.mdx | 12 ++++++------ fern/security-and-privacy/PCI.mdx | 6 +++--- fern/security-and-privacy/recording-consent-plan.mdx | 4 ++-- fern/squads.mdx | 10 +++++----- fern/tools/client-side-websdk.mdx | 2 +- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/fern/assistants/examples/docs-agent.mdx b/fern/assistants/examples/docs-agent.mdx index 18e049c63..60fe88040 100644 --- a/fern/assistants/examples/docs-agent.mdx +++ b/fern/assistants/examples/docs-agent.mdx @@ -138,7 +138,7 @@ Guidelines: voice={ "provider": "vapi", "version": 2, - "voiceId": "Elliott" + "voiceId": "Elliot" }, // Configure transcription transcriber={ @@ -230,7 +230,7 @@ Guidelines: 3. Configure the assistant: - **Name**: `Docs agent` - **Model**: Claude Sonnet 4 (Anthropic) - - **Voice**: Elliott (Vapi) + - **Voice**: Elliot (Vapi) - **First Message**: `Hey I'm Harry, a support agent. How can I help you today? You can ask me questions about Vapi, how to get started or our documentation.` - **System Prompt**: Use a helpful documentation assistant prompt with guidelines for using the docsquery tool 4. Add the `docsquery` tool in the Tools section @@ -276,7 +276,7 @@ Guidelines: voice: { provider: "vapi", version: 2, - voiceId: "Elliott" + voiceId: "Elliot" }, // Configure transcription transcriber: { @@ -344,7 +344,7 @@ Guidelines: voice={ "provider": "vapi", "version": 2, - "voiceId": "Elliott" + "voiceId": "Elliot" }, // Configure transcription transcriber={ diff --git a/fern/assistants/pronunciation-dictionaries.mdx b/fern/assistants/pronunciation-dictionaries.mdx index 6cdfc8edd..328fbd3c5 100644 --- a/fern/assistants/pronunciation-dictionaries.mdx +++ b/fern/assistants/pronunciation-dictionaries.mdx @@ -243,7 +243,7 @@ Cartesia pronunciation dictionaries use a `text` and `alias` format. Each entry "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott", + "voiceId": "Elliot", "pronunciationDictionary": [ { "pronunciationDictId": "pdict_abc123" diff --git a/fern/calls/call-features.mdx b/fern/calls/call-features.mdx index baac9b8f9..c24e6dc5e 100644 --- a/fern/calls/call-features.mdx +++ b/fern/calls/call-features.mdx @@ -160,7 +160,7 @@ curl -X POST 'https://aws-us-west-2-production1-phone-call-websocket.vapi.ai/742 "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott" + "voiceId": "Elliot" }, } }, diff --git a/fern/calls/voicemail-detection.mdx b/fern/calls/voicemail-detection.mdx index 69dd669ce..1869e387a 100644 --- a/fern/calls/voicemail-detection.mdx +++ b/fern/calls/voicemail-detection.mdx @@ -124,7 +124,7 @@ This configuration optimizes for fast detection and professional voicemail deliv "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott" + "voiceId": "Elliot" }, "model": { "model": "gpt-4o", @@ -185,7 +185,7 @@ const salesAssistant = await vapi.assistants.create({ speed: 0.9, provider: "vapi", version: 2, - voiceId: "Elliott" + voiceId: "Elliot" }, model: { model: "gpt-4o", @@ -227,7 +227,7 @@ sales_assistant = client.assistants.create( voice={ "provider": "vapi", "version": 2, - "voiceId": "Elliott" + "voiceId": "Elliot" }, model={ "model": "gpt-4o", @@ -271,7 +271,7 @@ Optimized for high-accuracy detection and detailed voicemail messages: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott" + "voiceId": "Elliot" }, "model": { "model": "gpt-4o", @@ -311,7 +311,7 @@ const supportAssistant = await vapi.assistants.create({ voice: { provider: "vapi", version: 2, - voiceId: "Elliott" + voiceId: "Elliot" }, model: { model: "gpt-4o", @@ -348,7 +348,7 @@ Balanced configuration for appointment confirmations with fallback voicemail: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott" + "voiceId": "Elliot" }, "model": { "model": "gpt-4o", diff --git a/fern/security-and-privacy/PCI.mdx b/fern/security-and-privacy/PCI.mdx index e3f07d222..5cb75529c 100644 --- a/fern/security-and-privacy/PCI.mdx +++ b/fern/security-and-privacy/PCI.mdx @@ -92,7 +92,7 @@ Here's a complete squad configuration that demonstrates this approach: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott" + "voiceId": "Elliot" }, "transcriber": { "model": "nova-2", @@ -140,7 +140,7 @@ Here's a complete squad configuration that demonstrates this approach: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott" + "voiceId": "Elliot" }, "transcriber": { "model": "nova-2", @@ -195,7 +195,7 @@ Here's a complete squad configuration that demonstrates this approach: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott" + "voiceId": "Elliot" }, "transcriber": { "model": "nova-2", diff --git a/fern/security-and-privacy/recording-consent-plan.mdx b/fern/security-and-privacy/recording-consent-plan.mdx index 54cee73be..0bc5e8555 100644 --- a/fern/security-and-privacy/recording-consent-plan.mdx +++ b/fern/security-and-privacy/recording-consent-plan.mdx @@ -81,7 +81,7 @@ Add the recording consent plan to your assistant's `compliancePlan`: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott" + "voiceId": "Elliot" }, "waitSeconds": 3 } @@ -100,7 +100,7 @@ Add the recording consent plan to your assistant's `compliancePlan`: "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott" + "voiceId": "Elliot" }, "declineToolId": "09dd39cc-75f0-45eb-ace3-796ee3aa9c1e" } diff --git a/fern/squads.mdx b/fern/squads.mdx index 5665d90d7..d46948f6e 100644 --- a/fern/squads.mdx +++ b/fern/squads.mdx @@ -80,7 +80,7 @@ To override the configuration of a saved assistant without modifying the underly "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott", + "voiceId": "Elliot", }, }, }, @@ -90,7 +90,7 @@ To override the configuration of a saved assistant without modifying the underly "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott", + "voiceId": "Elliot", }, } }, @@ -110,7 +110,7 @@ You may also define inline tools via `assistantOverrides` through the `tools:app "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott", + "voiceId": "Elliot", }, }, }, @@ -156,7 +156,7 @@ Note: This is `squadOverrides` for the [`assistant-request`](api-reference/webho "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott", + "voiceId": "Elliot", }, }, }, @@ -168,7 +168,7 @@ Note: This is `squadOverrides` for the [`assistant-request`](api-reference/webho "voice": { "provider": "vapi", "version": 2, - "voiceId": "Elliott", + "voiceId": "Elliot", }, } } diff --git a/fern/tools/client-side-websdk.mdx b/fern/tools/client-side-websdk.mdx index f51c4f692..ce9ba1a08 100644 --- a/fern/tools/client-side-websdk.mdx +++ b/fern/tools/client-side-websdk.mdx @@ -125,7 +125,7 @@ function App() { }, ], }, - voice: { provider: 'vapi', version: 2, voiceId: 'Elliott' }, + voice: { provider: 'vapi', version: 2, voiceId: 'Elliot' }, transcriber: { provider: 'deepgram', model: 'nova-2', language: 'en' }, name: 'Alex - Test', firstMessage: 'Hello.',