I’m currently using Rasa Pro and have noticed that the “Conversation Repair” feature is sometimes unnecessary for certain use cases. I’ve referred to the documentation at Rasa Pro - Conversation Repair but I’m still unclear on how to completely disable this feature.
Has anyone here successfully turned off the “Conversation Repair” feature? Where and how should I configure the settings to disable this functionality?
there is currently no single change that achieves this. You will have to create a pattern for each of the default ones to override the behaviour. But just to understand, what’s your use case that you want to turn these all off? (if there is a clear use case, it might make sense to create a global flag to achieve this)
Thank you for the explanation. In our case, we want to turn off all the default patterns in certain specific contexts to avoid conflicts with our custom patterns. I believe this would help prevent conflicts. Having a global flag to disable all default patterns would minimize configuration efforts and make the development process easier.