Two-stage fallback resets all slots on successful rephrase #7176
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa version: 2.0.x
Python version: 3.8.2
Operating system : Ubuntu 20.04
Issue: Two-stage fallback resets all slots on successful rephrase
Error (including full traceback):
All slots are reset when successfully rephrasing a message after triggering a two-stage fallback
The full debug output can be found here
Command or request that led to error:
This bug can be reproduced with this example assistant
Steps to reproduce:
to trigger an nlu fallback (just for the sake of simplicity; with so few intents it is tricky to trigger it with an ordinary message)
The assistant will answer, using the name slot. However the slot will be empty, and will output 'None' where the name should be.
Running in debug mode will reveal that all of the slots are empty at this point
The text was updated successfully, but these errors were encountered: