rasa data validate causes error with "action_two_stage_fallback"
See original GitHub issueRasa Open Source version
3.0.0
Rasa SDK version
No response
Rasa X version
No response
Python version
3.8
What operating system are you using?
OSX
What happened?
When using the two-stage fallback, I get the following error when running rasa data validate
UserWarning: The form ‘action_two_stage_fallback’ is used in the ‘Activate two stage fallback’ block, but it is not listed in the domain file. You should add it to your domain file!
I have this in my rules:
version: “3.0” rules:
- rule: Activate two stage fallback steps:
- intent: nlu_fallback
- action: action_two_stage_fallback
- active_loop: action_two_stage_fallback
Command / Request
rasa data validate
Relevant log output
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:19 (5 by maintainers)
Top Results From Across the Web
Fallback and Human Handoff - Rasa
The Two-Stage Fallback is made to handle low NLU confidence in multiple stages ... This action causes the bot to utter the utter_default...
Read more >Fallback action is not getting triggered - Stack Overflow
Since you only have two intents, they will be predicted with higher confidences than if you had more intents. This in general shouldn't...
Read more >rasa-addons - PyPI
In cases when intent confidence scores in parsed data are such that would cause both policies to trigger, only fallback policy is trigerred....
Read more >CHANGELOG.mdx · Gitee 极速下载/rasa - Gitee.com
[#7235](https://github.com/rasahq/rasa/issues/7235): Slots that use `initial_value` won't cause rule contradiction errors when `conversation_start: true` is ...
Read more >THE RASA MASTERCLASS HANDBOOK - HubSpot
Chapter 2: Creating NLU Training Data ... Set up the Custom Action Server ... In the Rasa Masterclass, we'll be focused on building...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ancalita thank you for pointing this bugfix.
rasa data validate
does work without problem now but the bot still hangs with the same key error in 3.2.1. Please see the ticket: https://github.com/RasaHQ/rasa/issues/11294Fix released in version
3.1.3
and3.2.1