Skip to content

Commit 71e08b2

Browse files
Add changelog for 2025-06-26
1 parent d5e68d0 commit 71e08b2

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

fern/changelog/2025-06-26.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<Card title="Web Chat Support for Assistants" icon="message-circle">
2+
**Create web-based chat sessions with your assistants** using the new [`Web Chat`](https://api.vapi.ai/api#:~:text=WebChat) integration with [`OpenAI Web Chat Requests`](https://api.vapi.ai/api#:~:text=OpenAIWebChatRequest). Accept user input as strings or message arrays and manage conversations with session and customer information.
3+
</Card>
4+
5+
2. **Inworld TTS Voice Provider Integration**: You can now customize which language [`Inworld Voices`](https://api.vapi.ai/api#:~:text=InworldVoice) use like `English`, `Chinese`, and `Korean`. You can also set the TTS `model` and toggle voice caching with `cachingEnabled`.
6+
7+
<Frame caption="Inworld Voice Configuration">
8+
<img src="../static/images/changelog/inworld-voice-configuration.png" />
9+
</Frame>
10+
11+
12+
3. **Additional Customer Information Fields**: You can now include `email` and `externalId` fields when [creating customers](https://api.vapi.ai/api#:~:text=CreateCustomerDTO). You can also disable the E164 number format check with `numberE164CheckEnabled` – setting it to `false` lets you use non-E164 numbers like `1234` or `abc`, useful for dialing non-standard numbers on SIP trunks. This lets you store extra contact information and link customers to external systems.
13+
14+
4. **`schedulePlan` No Longer Required in Campaigns**: You can now [create campaigns](https://docs.vapi.ai/api-reference/campaigns/campaign-controller-create) without specifying a `schedulePlan`.
15+
16+
<Note>
17+
**Behavior Change**: The `Chat.assistantOverrides` property now only supports variable substitution in chat contexts, limiting its functionality compared to previous versions.
18+
</Note>
-119 KB
Loading

0 commit comments

Comments
 (0)