Closed PHLF closed 6 years ago
No input_validation field in the rules.yml file leads to an exception:
input_validation
rules.yml
The superagent's message_processor should be :
if self.rules.input_validation: error_template = self.rules.input_validation.get_error(parse_data, tracker) if error_template: self._utter_error_and_roll_back(message, tracker, error_template) return
thanks @PHLF Fixed
No
input_validation
field in therules.yml
file leads to an exception:The superagent's message_processor should be :