Closed antoinecomp closed 5 years ago
Thanks for raising this issue, @erohmensing will get back to you about it soon.
Hmm okay. Have you tried running your bot with the --debug
flag? When you run in debug, it prints out the slots each time so that you can see if your slot is actually being filled (my hunch is that the problem is that the slot isn't being filled, instead of the tracker.get_slot()
turning it into None
). This would happen if the entity recognition isn't detecting your entity, a result of not enough training data.
What does your training data for the name_room
entity look like?
As you have mentioned me in issue #2638, I am answering here. It has been quite a while for me since I last used RASA so I am quite unsure of what I am speaking. Correct me if I am wrong.
I agree with @erohmensing The problem I think is that the entities missing are not being detected, Can you also add the screenshot of interactive learning related to what happens after you entered Red, like what entities are being detected. If the entities are not being detected implies the NLU part is not trained well, otherwise, I cannot think anything suitable that is wrong with the code. Also, add those parts when you added entities like 30 mins and tomorrow in the interactive learning as they are being detected correctly by rasa.
This issue has been automatically closed because there has been no response to our request for more information from the original author. Without this, we don't have enough information to help you. Please comment below with the requested information if you still need help.