Compare commits
2 Commits
ad0b4cf739
...
24f75db1d8
Author | SHA1 | Date | |
---|---|---|---|
24f75db1d8 | |||
ac5dcdc06d |
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user