Adds checkpoint option to stories#24
Merged
victorcmoura merged 7 commits intolablivre-unb:develfrom Oct 17, 2019
Merged
Conversation
Member
|
Thank you for your contribution @GeovanaRamos 🚀 can you please add an example with checkpoints in src/api/fixtures/initial.json? |
Author
|
Sure, @rodrigocam ! I missed that :/ Can you tell me if you guys exported this file from Rasa or did you make it? |
Member
|
No problem @GeovanaRamos! We make it, you just need to add a new story with the new field! |
Author
|
Just did it! Thanks for the feedback. Message me if you need any other correction. |
victorcmoura
requested changes
Oct 14, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This feature enables story checkpoints, used in Rasa. It is useful for bots that currently end in the same story, like asking if the user wants something else. Instead of building the same story over and over, with checkpoints it is possible to link to another story. It already exports stories with checkpoints formatted for Rasa.
Make sure to test with the frontend PR.