October 25, 2024
-
Specify API Traffic Channel for Organizations: You can now configure which
channel
(cluster) your API traffic will be routed to. Select between daily or weekly in your organization settings page -
Customize Tavus Voice Properties: You can now use Tavus as a voice provider under
assistant.voice
. Configure additional properties like language, recording options, and transcriptions viaassistant.voice.properties
. -
Multilingual Support in Tool Messages: You can now use the
contents
property inToolMessageStart
,ToolMessageFailed
,ToolMessageDelayed
, andToolMessageComplete
to provide message variants for different languages. If you don’t provide content for a language, the first item will be automatically translated to the active language during the conversation. -
Automatic Translation of Message Contents: For
CustomMessage
,BlockStartMessage
, andBlockCompleteMessage
, if specific content isn’t provided for a language incontents
, Vapi automatically translates the first item to the active language by default. -
Removed Backchanneling Configuration: The
backchannelingEnabled
property has been removed from when creating or updatingAssistant
orAssistantOverrides
. Backchanneling is no longer configurable in assistant settings.