We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rasa version: current master branch Rasa SDK version: current master branch Python version: 3.7 Operating system (windows, osx, ...): LInux
Issue: I think that this line is not correct.
The value of self.name() returns the name of a FormValidation action, not the name of a form, so the outcome of this is always empty:
return list(domain.get("forms", {}).get(self.name(), {}).keys())
Error (including full traceback): The form gets canceled.
Command or request that led to error: See slack thread about financial-demo.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Rasa version: current master branch
Rasa SDK version: current master branch
Python version: 3.7
Operating system (windows, osx, ...): LInux
Issue:
I think that this line is not correct.
The value of self.name() returns the name of a FormValidation action, not the name of a form, so the outcome of this is always empty:
Error (including full traceback):
The form gets canceled.
Command or request that led to error:
See slack thread about financial-demo.
The text was updated successfully, but these errors were encountered: