我已经训练了rasa模型,当我做rasa shell时,它显示2020-04-04 11:57:26 ERROR rasa.core.actions.action - and‘t create message for template 'utter_greet’。这个错误。对于操作,它将显示2020-04-04 11:58:27 error rasa_sdk.endpoint - Failed to extract slot job_function with action sales_form this ERROR。请帮助我修复这个错误。任何帮助都将受到高度的感谢。
发布于 2020-11-21 21:14:05
当我将domain.yml文件中的'templates‘替换为'responses’时,这个问题得到了修复。我使用的是rasa 2.0版本。从rasa版本1.7开始,这应该是有效的
https://stackoverflow.com/questions/61028801
复制相似问题