Closed leonardoaii71 closed 6 years ago
Hi, there is clearly a possibility of a bug since the migration to 0.11+ is not released.
One comment though. The default_fallback is triggered when an action probability is too low. Can you try disabling the fallback and see if substitution still doesn't work?
Hello,
I'm trying to use intent_substitutions in rasa core 0.11.3 but the intent is not substituted. I am not sure if I'm loading the SuperAgent or using the rules.yml correctly.
I'm trying to load the SuperAgent and using the command line as channel. I used the methods from run.py script. This is the code:
This is my rules.yaml `intent_substitutions:
I want that any input after utter_ask_password to be an inform intent but I'm getting the default_fallback. Also, what is the confidence of the new intent?