Skip to content

Conversation

@quantstruct-bot
Copy link
Collaborator

@quantstruct-bot quantstruct-bot commented Feb 25, 2025

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

  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:

{
    "speed": "fast",
    "emotion": [
        "anger:lowest",
        "curiosity:high"
    ]
}
Property Option
speed slowest
slow
normal (default)
fast
fastest
emotion anger: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

@github-actions
Copy link
Contributor

@sahilsuman933 sahilsuman933 merged commit a0f4d81 into main Feb 26, 2025
3 of 4 checks passed
skeptrunedev referenced this pull request in devflowinc/vapi-docs Mar 5, 2025
@quantstruct-bot quantstruct-bot deleted the changelog branch March 15, 2025 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants