You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"content": "Go to the kitchen and wait for someone to show up. When someone shows up, ask them to place the diet coke from the fridge in your basket, and bring it here"
136
+
"content": "Go to the kitchen and wait for someone to show up. When someone shows up, ask them to bring the diet coke from the fridge here"
162
137
},
163
138
{
164
139
"role": "assistant",
@@ -168,55 +143,11 @@ def task_program():
168
143
go_to("kitchen")
169
144
while True:
170
145
if is_in_room("person"):
171
-
response = ask("", "Could you please place the diet coke from the fridge in my basket?", ["Yes", "No"])
146
+
response = ask("", "Could you please bring the diet coke from the fridge here?", ["Yes", "No"])
172
147
if response == "Yes":
173
148
break
174
149
time.sleep(1)
175
150
go_to(start_loc)
176
151
"""
177
152
},
178
-
179
-
{
180
-
"role": "user",
181
-
"content": "Go to the table next to the sofa and pick up the mug, and then bring it to the kitchen sink."
0 commit comments