3.13 Launched ๐Ÿš€

:rocket: Rasa Pro 3.13 is here! :rocket:

Weโ€™re excited to share the latest updates in Rasa Pro 3.13 with powerful new features for managing sensitive data, refining enterprise search, and enhancing voice experiences. Hereโ€™s whatโ€™s new:

:locked_with_key: PII Management in CALM

Define and manage personally identifiable information directly in CALM. Control what data is marked sensitive, how itโ€™s handled in logs and analytics, and stay audit-ready.

:magnifying_glass_tilted_left: Smarter Enterprise Search Triggering

Improved performance for detecting when to trigger the enterprise search policy via the SearchReadyLLMCommandGenerator. You should see fewer false positives and more relevant answers. Read more about it here.

:speaking_head: Voice: Global Silence Timeout

Set a default silence timeout for your voice assistant, and override it in specific Collect steps where users may need more time (e.g. entering a phone number).

:repeat_button: Voice: Repeat Last Turn

Users can now ask the assistant to repeat the entire last turn (not just the last message!), making it easier to stay on track in noisy or interrupted conversations.

:lady_beetle: Bug Fixes & Improvements

As always, weโ€™ve shipped a range of performance enhancements and improvements under the hood. Check out the changelog for more information.

1 Like

Hello Lauren, I have noticed that Rasa 3.13 comes with a CompactLLMCommandGenerator in the config file while the previous version had SingleStepLLMCommandGenerator. What is the impact of this change?

Hi @cycywanyeki20,

Great to hear from you again :slight_smile:

The compactLLMCommandgenerator was first introduced in 3.12 and includes a prompt template that is optimized for the LLM models gpt-4o and claude-3-5. GPT-4o is currently the default model if you are using the developer edition.

As models improve and develop, we will need to keep updating and optimizing the command generator on our side to ensure the best Rasa performance for various language models. Today, if you look at our command generators page in the docs, you can see the command generator prompt template has been optimized for GPT-4o and Claude 3.5 Sonnet.

1 Like