Is there a way to specify a custom endpoint file for `rasa run actions`?
I know that for rasa run
I can pass a custom --endpoints
to specify the path of a different endpoint file.
File “/mnt/e/download/src/ModuleNotFoundError: No module named ‘rasa’
File “/mnt/e/download/src/resources.py”, line 1, in
Intents are mapping to other form
I’ve two forms form1 and form2, which have similar kind of entites, eg. form1 has mobile_number
and form2 has emergency_mobile_number
.