Skip to content

Add changelog for 2025-04-16 #305

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 0 commits into from
Apr 17, 2025
Merged

Add changelog for 2025-04-16 #305

merged 0 commits into from
Apr 17, 2025

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.

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.

2 participants