Could you extend on this a little bit more?
Do you now have to create a model first which has “online”-training enabled to interactively create new stories?
So first you need to have a trained dialogue model and a trained nlu model. This runs the rasa_core run script. It passes it the online flag. The -d is the path to your domain file, -s is the path to your training data, -u is the directory to your nlu model, and -o is the directory to your dialogue model. This will start the script and allow you to train it online, the dialogue is being trained and not the nlu, so if you are having problems with the correct intents being picked up, you need to add more training data to your nlu and retrain your nlu.
okay. But 0.11.3 is out there?! Should it not be under core then? I navigated from the main page to a documentation I installed which is wrong. So it will only be fixed “stable” on the next release?
well, the docs you click on are always the docs of the latest stable version. in any case, we’ve released a minor Core version, so the correct docs show up now