i have given a query as ‘Top 5 brand groups’ and rasa correctly identifies the actions and entities.
The next query that I give is ‘Top 10’ . This should ideally fetch the same action. However rasa shows a wrong action but correct slots.
But when I correct the action and leave the slots unchanged it shows the right action but xlots don’t get updated and it shows the last chat slots with number_to_drill as 5 instead of 10. tried several times but always after correcting the action and confirming the slots it shows the current slots as the previous one and executes those.
Any suggestion on why the slot entities are not getting updated even after updating them in interactive tool?