Hello,
I created a story in Rasa using ‘rasa interactive’ and received this messaged upon saving. What does it mean? Thanks.
/usr/local/lib/python3.7/site-packages/rasa/core/domain.py:137: FutureWarning: Templates should not be strings anymore. Utterance template ‘utter_mindsetbook’ should contain either a '- text: ’ or a '- custom: ’ attribute to be a proper template. utter_templates = cls.collect_templates(data.get(“responses”, {}))