-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Restart button not working in two-stage fallback policy #4601
Comments
Thanks for raising this issue, @btotharye will get back to you about it soon✨ Please also check out the docs and the forum in case your issue was raised there too 🤗 |
Hey @Pratiksha1312 sorry for the late response was pretty busy the past few days. I'm going to look into this now and see if I can reproduce it. Do you have logs on this from say doing Also do you have the template reference for Thanks |
hello @Pratiksha1312 just checking back again to see if you have the logs from this and the other items I mentioned in the previous comment? |
reproducible on https://github.com/RasaHQ/rasa-demo. To reproduce:
restart is predicted by the mapping policy, but because two stage fallback predicts action_listen, and it has higher priority, restart is not correctly executed. |
@erohmensing when trying to reproduce, I am presented with a /restart option twice in a row, but it works the second time it is selected. Is that the same behaviour you were seeing? |
Hm, I don't think so. I've also seen the regular restart button from |
I don't see an intent |
This is on Sara on the current master branch -
|
figured out how to replicate - when running in shell I get the |
For a question for which it is falling under 2-stage fallback and showing buttons, but if without selecting from those options I am again posting a question then it is giving Restart option. The conversation is getting hanged after this Restart button even though if I am clicking on the Restart button.
Rasa Version : 1.3.7
Below is my Action file code :
class ActionDefaultFallback(Action):
def name(self) -> Text:
return "action_default_fallback"
class ActionDefaultAskAffirmation(Action):
"""Asks for an affirmation of the intent if NLU threshold is not met."""
The text was updated successfully, but these errors were encountered: