Rasa X does not use forms: prefix when doing interactive learning with forms
See original GitHub issueHi, I’m trying out Rasa X for interactive learning and it turns out integration with Forms is not done yet from a stories point of view ?
Rasa version: 1.1.8
Rasa X version (if used & relevant): 0.19.5
Python version: 3.6.7
Operating system (windows, osx, …): Ubuntu 18.04
Issue: When doing interactive learning with a form-powered chatbot, resulting stories do not have the forms: prefix as expected.
Error (including full traceback):
Command or request that led to error: Doing interactive learning using local Rasa X
Content of configuration file (config.yml) (if relevant):
Content of domain file (domain.yml) (if relevant):
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Confusing about the "form:" prefix - Rasa Community Forum
There have no “form:” prefix in the stories which i save from a rasax ... I use interactive learning and also doesn't see...
Read more >Training Data Format - Rasa
Rasa uses YAML as a unified and extendable way to manage all training data, including NLU data, stories and rules. You can split...
Read more >Custom Connectors - Rasa
The name method defines the url prefix for the connector's webhook. It also defines the channel name you should use in any channel...
Read more >How to Design Rasa Training Stories
Rasa stories are a form of training data used to train the Rasa Core ... Using interactive learning you can also visualize the...
Read more >Command Line Interface - Rasa
rasa interactive, Starts an interactive learning session to ... It will ask you if you want to train an initial model using this...
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 FreeTop 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
Top GitHub Comments
Sorry for the delay ! I used the formbot example chat from the master branch in the rasa repository, and the stories issued from interactive training look the same :
So likewise, there is no
form:
prefix 😃This issue has been automatically closed due to inactivity. Please create a new issue if you need more help.