Hi, I have the following problems when running rasa
It seems that there is a problem with the custom action
How can I solve this problem, thanks
Hi, I have the following problems when running rasa
It seems that there is a problem with the custom action
How can I solve this problem, thanks
Did you start the action server with rasa run actions
?
As the error mentions in the last line, it looks like you did not implement the run()
method in the action.
Please see this example from the docs. Reading everything there wouldn’t be a bad idea either.
ok thanks!