Changelog

Get the (almost) daily changelog

Test Suite APIs, Enhanced Call Transfers, Voice Model Enhancements

  1. Introducing Test Suite Management APIs: You can now test your assistant conversations before deploying them by creating end-to-end tests, adding test cases, and running and reviewing test suites. You can configure these tests through the Test Suites dashboard page and Test Suite APIs, and learn more in the docs.
Test Suite Management APIs
Test Suite Management APIs
  1. Enhanced Call Transfers with TwiML Control: You can now use twiml (Twilio Markup Language) in Assistant.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.

  2. New Voice Models and Experimental Controls:

  3. 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:

1{
2 "speed": "fast",
3 "emotion": [
4 "anger:lowest",
5 "curiosity:high"
6 ]
7}
PropertyOption
speedslowest
slow
normal (default)
fast
fastest
emotionanger:lowest
anger:low
anger:high
anger:highest
positivity:lowest
positivity:low
positivity:high
positivity:highest
surprise:lowest
surprise:low
surprise:high
surprise:highest
sadness:lowest
sadness:low
sadness:high
sadness:highest
curiosity:lowest
curiosity:low
curiosity:high
curiosity:highest