YaTharThShaRma999 commited on
Commit
6daba70
·
verified ·
1 Parent(s): 77687f6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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: Open the drawer and put the apple inside
 
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