💬 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
2021-11-03 16:22:58 INFO rasa.validator - Validating intents...
2021-11-03 16:22:58 INFO rasa.validator - Validating uniqueness of intents and stories...
2021-11-03 16:22:58 INFO rasa.validator - Validating utterances...
2021-11-03 16:22:58 INFO rasa.validator - Story structure validation...
Processed story blocks: 100%|█████████████████████████████████████████████████| 38/38 [00:00<00:00, 365.67it/s, # trackers=1]
2021-11-03 16:22:58 INFO rasa.core.training.story_conflict - Considering all preceding turns for conflict analysis.
2021-11-03 16:23:12 INFO rasa.validator - No story structure conflicts found.
Output for rasa data validate --fail-on-warnings:
2021-11-03 15:35:55 INFO rasa.validator - Validating intents...
2021-11-03 15:35:55 INFO rasa.validator - Validating uniqueness of intents and stories...
2021-11-03 15:35:56 INFO rasa.validator - Validating utterances...
Project validation completed with errors.
There are no warnings printed for both commands but the one with --fail-on-warnings fails.
When running with -vv option I can see DEBUG level logs (but still no warnings) like:
2021-11-03 17:36:21 DEBUG rasa.validator - The intent 'back' is listed in the domain file, but is not found in the NLU training data.
and
2021-11-03 17:36:21 DEBUG rasa.validator - The utterance 'utter_default' is not used in any story.
2021-11-03 15:35:55 INFO rasa.validator - Validating intents...
2021-11-03 15:35:55 INFO rasa.validator - Validating uniqueness of intents and stories...
2021-11-03 15:35:56 INFO rasa.validator - Validating utterances...
Project validation completed with errors.
Definition of done
[ ] output for rasa data validate --fail-on-warnings correct
Rasa Open Source version
2.8.6
Rasa SDK version
2.8.2
Rasa X version
None
Python version
3.8
What operating system are you using?
OSX
What happened?
Output for
rasa data validate
:Output for
rasa data validate --fail-on-warnings
:There are no warnings printed for both commands but the one with
--fail-on-warnings
fails.When running with
-vv
option I can seeDEBUG
level logs (but still no warnings) like:and
Possibly related source code:
Command / Request
Relevant log output
Definition of done
rasa data validate --fail-on-warnings
correct