Skip to content

Commit 87ce34f

Browse files
Add changelog for 2025-06-04
1 parent 572f437 commit 87ce34f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

fern/changelog/2025-06-04.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Assistant Configuration Updates
2+
3+
1. **Set Minimum Messages for Analysis**: Skip analysis for very short conversations by setting `Assistant.analysisPlan.minMessagesThreshold` (default: 2).
4+
5+
2. **Configure Transfer Timeout**: You can now set the timeout for warm transfer modes with `Assistant.hooks.do[type=transfer].destination.transferPlan.timeout` (default: 60). Warm transfer modes allow for a smooth handoff between agents by maintaining context and conversation history during the transfer process.
6+
7+
<Tip>
8+
This timeout setting determines how long the system will wait for the transfer to complete before timing out.
9+
</Tip>
10+
11+
12+
3. **Enable AssemblyAI Universal Streaming API**: You can now enable the new Universal Streaming API for AssemblyAI transcribers with `Assistant.transcriber.enableUniversalStreamingApi` and `Assistant.transcriber.fallbackPlan.transcribers.enableUniversalStreamingApi`.
13+
14+
<Tip>
15+
Set this to `true` to use AssemblyAI's new Universal Streaming API for improved transcription.
16+
</Tip>
17+
18+
19+
<Warning>
20+
**Removal of regex in JsonSchema**: You can no longer use regular expressions in your [JSON schema validations](https://api.vapi.ai/api#:~:text=JsonSchema).
21+
22+
**Dot paths affected:**
23+
- `assistant.analysisPlan.structuredDataPlan.schema.regex`
24+
- `assistant.hooks.do[type=function].function.parameters.properties.regex`
25+
- `assistant.model.tools[type=apiRequest].body.regex`
26+
- `assistant.model.tools[type=apiRequest].headers.regex`
27+
</Warning>

0 commit comments

Comments
 (0)