GaoQ1 / rasa_chatbot_cn

building a chinese dialogue system based on the newest version of rasa(基于最新版本rasa搭建的对话系统)
964 stars 289 forks source link

运行时,发送一条信息没回答。然后再发一条信息返回两个回答。 #63

Closed acmonde closed 5 years ago

acmonde commented 5 years ago

你好,我在运行并对话一段时间后,输入一条信息时,没有得到相应的回答。然后再发送一条时,直接返回两条。使用的是self.message.append而不是self.message.put。请问是什么原因呢?