-
Assistant Overrides in Testing (
TargetPlan.assistantOverrides
): You can now applyassistantOverrides
when 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
model
to be used by Deepgram voices by setting themodel
property to"aura"
or"aura-2"
(default:"aura-2"
). -
Expanded Deepgram Voice Options (
voiceId
inDeepgramVoice
andFallbackDeepgramVoice
): 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 (
replaceAllEnabled
inExactReplacement
): A new propertyreplaceAllEnabled
allows you to decide whether to replace all instances of a specified text (key
) or just the first occurrence inExactReplacement
configurations. SettingreplaceAllEnabled
totrue
ensures that all instances are replaced.