Rasa study notes (6): sorting of commonly used commands

Common commands

If the rasa command is not recognized on the console, you can try python -m rasa.

race run

Used to start the server.

race train

training.

rasa shell

Use the console for conversations.

rasa run actions

Used to start the behavior server to monitor the behavior during the interaction. It should be noted that if you modify the method inherited from Action, you need to re-run rasa run actions.

rasa interactive

Use the console to test the scripts in test_stories.yml, and dynamically modify the configuration files.

 

 

 

Guess you like

Origin blog.csdn.net/dragon_T1985/article/details/114789007