Skip to content

Conversation

@quantstruct-bot
Copy link
Collaborator

  1. Assistant Overrides in Testing (TargetPlan.assistantOverrides): You can now apply assistantOverrides 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.

  2. Specify Voice Model with Deepgram: You can now specify the model to be used by Deepgram voices by setting the model property to "aura" or "aura-2" (default: "aura-2").

  3. Expanded Deepgram Voice Options (voiceId in DeepgramVoice and FallbackDeepgramVoice): 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 with Assistant.voice["DeepgramVoice"].voiceId.

deepgram-voices

  1. Control Text Replacement Behavior (replaceAllEnabled in ExactReplacement): A new property replaceAllEnabled allows you to decide whether to replace all instances of a specified text (key) or just the first occurrence in ExactReplacement configurations. Setting replaceAllEnabled to true ensures that all instances are replaced.

@github-actions
Copy link
Contributor

@quantstruct-bot quantstruct-bot merged commit ac0a806 into main Apr 17, 2025
2 of 4 checks passed
@quantstruct-bot quantstruct-bot deleted the changelog branch April 17, 2025 20:39
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