When creating a new rasa assistant with rasa init
I get the interface below. What command can I run from the command line to get back to this interface after I exit? Sometimes I'd rather just use the cmd interface rather than running rasa x
and using the browser.
? Do you want to speak to the trained assistant on the command line? Yes
2020-11-03 10:01:30 INFO root - Connecting to channel 'cmdline' which was specified by the '--connector' argument. Any other channels will be ignored. To connect to all given channels, omit the '--connector' argument.
2020-11-03 10:01:30 INFO root - Starting Rasa server on http://localhost:5005
2020-11-03 10:01:32 INFO root - Rasa server is up and running.
Bot loaded. Type a message and press enter (use '/stop' to exit):
Your input -> hi
Hey! How are you?
Your input -> good
Great, carry on!
Your input -> I am sad
Great, carry on!
Your input -> hi
Hey! How are you?
Your input -> bad
Here is something to cheer you up:
Image: https://i.imgur.com/nGF1K8f.jpg
Did that help you?
Your input -> /stop
2020-11-03 10:02:38 INFO root - Killing Sanic server now.