Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我做了pip install -U rasa
pip install -U rasa
现在我用 rasa x 得到这个错误
rasa.core.exceptions.StoryParseError:故事格式无效。无法解析 '## 快乐路径 * latest_mobiles - brand_form - form{"name": "brand_form"} - form{"name": "null"}' 错误:第 2 行错误:'Domain' 对象没有属性'解析'
调用 FormActions 的语法对我来说似乎不正确。将其替换为
- brand_form - form{"name":"brand_form"} - form{"name":null}
注意 null 没有括号。