-
Assistant Overrides in Testing (
TargetPlan.assistantOverrides): You can now applyassistantOverrideswhen testing an assistant with a Target Plan, allowing modifications to the assistant’s configuration specifically for tests without changing the original assistant. This helps in testing different configurations or behaviors of an assistant without affecting the live version. -
Specify Voice Model with Deepgram: You can now specify the
modelto be used by Deepgram voices by setting themodelproperty to"aura"or"aura-2"(default:"aura-2"). -
Expanded Deepgram Voice Options (
voiceIdinDeepgramVoiceandFallbackDeepgramVoice): The list of available deepgram voice options has been greatly expanded, providing a wider selection of voices for assistants. This allows you to customize the assistant’s voice to better match your desired persona withAssistant.voice["DeepgramVoice"].voiceId.

- Control Text Replacement Behavior (
replaceAllEnabledinExactReplacement): A new propertyreplaceAllEnabledallows you to decide whether to replace all instances of a specified text (key) or just the first occurrence inExactReplacementconfigurations. SettingreplaceAllEnabledtotrueensures that all instances are replaced.