question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rasa X does not use forms: prefix when doing interactive learning with forms

See original GitHub issue

Hi, 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:closed
  • Created 4 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
amaurymerciercommented, Oct 9, 2019

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 :

## New Story

* greet
    - utter_greet
* request_restaurant
    - restaurant_form
    - form{"name":"restaurant_form"}
    - slot{"requested_slot":"cuisine"}
* inform{"cuisine":"italian"}
    - restaurant_form
    - slot{"cuisine":"italian"}
    - slot{"requested_slot":"num_people"}

So likewise, there is no form: prefix 😃

0reactions
stale[bot]commented, Apr 14, 2020

This issue has been automatically closed due to inactivity. Please create a new issue if you need more help.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found