Testy skadnikow i ilosci

This commit is contained in:
s495727 2024-06-13 18:03:58 +02:00
parent 9c528afc6c
commit 0b9a15488c

View File

@ -155,7 +155,7 @@ class DialogStateMonitor:
else:
new_order[slot.name] = [{"drink": value}]
elif slot.name in ["ingredient", "neg/ingredient"]:
elif slot.name in ["ingredient", "ingredient/neg"]:
if len(self.state['belief_state']['order']) != 0:
last_order = self.state['belief_state']['order'][-1]
if last_order["name"] == "pizza":