Chinese-NLP-book / rasa_chinese_book_code

《Rasa实战:构建开源对话机器人》官方随书代码 | The official source code of Rasa in Action: Building Open Source Conversational AI
https://item.jd.com/13624358.html
317 stars 112 forks source link

[fix] add chichat rule of Chapter05 #8

Open foxty opened 1 year ago

foxty commented 1 year ago

Chapter05天气机器人的chichat在目前的配置下是无法工作的,需要在rules里定义chichat的response action才可以工作。

Before

image

After

image