Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,7 @@ travelto(place): Utilize this function to travel to some place/location
|
|
6 |
puton(object, place): Use this function to put some object on some place
|
7 |
putin(object, place): Utilize this function only when you want to put some object inside some place.
|
8 |
Open(object): use this to open some object such as a drawer or cabinet
|
|
|
9 |
Your goal is to complete the task efficiently and accurately using these functions. ONLY use these functions, no text
|
10 |
Objects: drawer, apple
|
11 |
-
The task is:
|
|
|
6 |
puton(object, place): Use this function to put some object on some place
|
7 |
putin(object, place): Utilize this function only when you want to put some object inside some place.
|
8 |
Open(object): use this to open some object such as a drawer or cabinet
|
9 |
+
close(object): use this function only when to close some object that you opened
|
10 |
Your goal is to complete the task efficiently and accurately using these functions. ONLY use these functions, no text
|
11 |
Objects: drawer, apple
|
12 |
+
The task is: Put the apple inside the drawer
|