If you see the logs, There is a memorised next action so it’s because you might not have the stories for the same, you need to add more stories if you want the bot to keep the conversation going.
Sorry, but it says there is no applicable rule. I feel you are not givving the exatc answer although you are a certeified deveoper?! I thought it stops because of the empty list?
This should be two thing, if there is no story or it is a result from the policy and this should be handled.
But, this should not be a problem and stops my development of a bot with rasa? This should be custimizable and be turned off. I dont want by bot stops not just because there is no story trained for that…
I said this because I am always surprised about the answer of experiencced users. I just started today with rasa…
Normaly you could expect just 2 simple sentences what the problem might e amd a maybe where I can find a solution. Because I suppose that this problem stems from a general beahviour about fallbacks and policy based predctions… And this default example gives almost everytime this result after my 2nd input…
So this is obvious and it should be really clear.
And your answer because of too less data/story might be a minor solution but not the superior (which would be one where I can handle this situation in code) one, because…
Also, no one would use such a solution in reality where the bot just stops working only because a user typed something out of scope?!
If this is REALLY your answer I am really off and cannot have any trust. That is really astonishing! And imagine how dangerous this could be for someone who has way more less experience with these things… He/she would really thing that you need more stories to keep the bot running…
I just write this because this made my day. Imagine, your answer is true and not wrong but actually not helpful and not the whole truth. Such attitude is so wrong (sorry, but maybe you are really right but this I cannot imagine…)
Hey there, what you can do is use AugmentedMemozation Policy. What is does is it is quite similar to memozation but it looks for other individual stories and tries to match intent or action that needs to be occured after certain intent/action. Also, a tip if you want your bot to not stop you will need 2 things
Perfect stories and rules
Do proper testing in rasa x or whatever platform I prefer rasa x because I can use interactive training with GUI and use it to save story .
I hope this helps. because that’s not the part where webchat comes
Thanks. I think above (not included in the logs) was also mentioned a standard fallback and still bot stopped.
But what I would prefer is to say that it should still listen though the next predicted action is empty?
It is clear that with perfect stories and a specific policy you can handle this (but there are no perfect stories), so I would like to 'programm" this logic.
Is it possible that above has something to do with this locker? And without this, the bot would persist in the listen action? So maybe I just need to turn off this locker?
you are talking about that conversation locker something. I don’t know quite about that I have seen many times but never thought about that, that how it is what it is. Try to google it might help if that too doesn’t help check if it’s in docs or not. Mostly that won’t be the problem for you it’s just write a proper story. I would say with interactive learning