Add changelog for February 25, 2025 #235
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test Suite APIs, Enhanced Call Transfers, Voice Model Enhancements
Enhanced Call Transfers with TwiML Control: You can now use
twiml(Twilio Markup Language) inAssistant.model.tools[type="transferCall"].destinations[].transferPlan[mode="warm-transfer-twiml"]to execute TwiML instructions before connecting the call, allowing for pre-transfer announcements or data collection with Twilio.New Voice Models and Experimental Controls:
mistv2Rime AI Voice: You can now use themistv2model inAssistant.voice[provider="rime-ai"].model[model="mistv2"].chatgpt-4o-latestmodel inAssistant.model[provider="openai"].model[model="chatgpt-4o-latest"].Experimental Controls for Cartesia Voices: You can now specify your Cartesia voice speed (string) and emotional range (array) with
Assistant.voice[provider="cartesia"].experimentalControls. For example:{ "speed": "fast", "emotion": [ "anger:lowest", "curiosity:high" ] }