Testy skadnikow i ilosci

This commit is contained in:
s495727 2024-06-13 17:46:54 +02:00
parent bf309fb6fe
commit 05876dbd24

View File

@ -162,6 +162,7 @@ class DialogStateMonitor:
elif last_order["name"] == "drink":
last_order[slot.name].append(value)
elif slot.name == "quantity":
last_order = self.state['belief_state']['order'][-1]
if last_order["name"] == "pizza":
last_order[slot.name] = value
elif last_order["name"] == "drink":