Greg Stephens
Greg Stephens
Thanks for adding the reference. The Robert Louis Stevenson shopkeeper example is where I first heard this as a kid and I also hear it used when referring to bet...
I was thinking text format like the main screen of the Tesla app.
Hi @dgradwell-ams, I can't duplicate this. Just tested `session_expiration_time` with a value of `3` and the session restarted when I was idle past the three minutes.
I tried zero and it worked for me. Started a session, waited more the 60 minutes, entered an utterance and session and slots were still set, no `action_session_start`. I wonder...
David is no longer working on the bot.
Exalate commented: rgstephens commented: I think this issue isn't confined to e2e. I was able to duplicate this issue by doing: * `rasa init` * Add `SpacyEntityExtractor` to the pipeline...
Exalate commented: rgstephens commented: I forgot to add SpacyNLP. When someone looks at this issue, it would be nice to improve the error message. - name: SpacyNLP model: "en_core_web_md"
Exalate commented: rgstephens commented: Are there any updates on this?
Exalate commented: rgstephens commented: Is this still slated for 3.1? I'm doing a lot of manual testing with `rasa shell --debug` because of this and #9013
As a workaround, you'll find a pytest example in the financial-demo [here](https://github.com/RasaHQ/financial-demo/blob/main/tests/test_actions.py).