-
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
Fixes for story/rules reading and writing for both formats #7033
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! That's a lot less breaking than you phrased it in your Slack message 👍
rasa/shared/core/training_data/story_reader/yaml_story_reader.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
tests/shared/core/training_data/story_reader/test_yaml_story_reader.py
Outdated
Show resolved
Hide resolved
rasa/shared/core/training_data/story_reader/yaml_story_reader.py
Outdated
Show resolved
Hide resolved
Can you please update the PR description to match the changes? 🙌 |
commenting to receive notifications for when this is merged 👍 |
Proposed changes:
_is_used_for_training=False
in YAMLStoryReader, so that we can represent OR statements as lists of events, instead of having to split off into multiple stories.Fixes https://github.com/RasaHQ/rasa-x/issues/3735 and https://github.com/RasaHQ/rasa-x/issues/3733.
Status (please check what you already did):
black
(please check Readme for instructions)