This commit is contained in:
s495727 2024-06-13 15:50:18 +02:00
commit ac5dcdc06d

View File

@ -70,7 +70,7 @@ class DialogStateMonitor:
if stage['name'] == "collect_food":
for order in self.state['belief_state']['order']:
if order.get("pizza"):
if len(order) > 0:
stage['completed'] = True
return
elif stage["name"] == "collect_drinks":