so, I want to ask people “do u have a car?” “do u have a house?”, then we exract entities from people’s answers,like “yes,I have a car”.But people’s answers aren’t always standard.for example,they just reply “yes” or “correct”,no entities involved.then,the FormAction will be in loop.
so, How can I solve this problem?
thx.
python actions.py Traceback (most recent call last): File “actions.py”, line 8, in from rasa_core.actions.forms import ( ModuleNotFoundError: No module named ‘rasa_core.actions.forms’
please solve this problem action forms are not working in new version i have tried your solution
from rasa_core.actions.forms import (
EntityFormField,
FormAction,
)