Weatherbot_Tutorial
Weatherbot_Tutorial copied to clipboard
Failed running custom actions.py
Hi there, I am trying to run my custom actions.py using this command:
rasa run --action /home/me/chatbot/actions.py
But that gives me the following error:
rasa run: error: invalid choice: '/home/me/chatbot/actions.py' (choose from 'actions')
What am I doing wrong?