Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +1 -0
prompts.py
CHANGED
@@ -21,6 +21,7 @@ TOOLS="""
|
|
21 |
Your tools are:
|
22 |
- action: CREATE_FILE action_input=PATH/TO/FILE #creates a file in a repository at the path and file name, always start repo files at the root: ./FILE_NAME
|
23 |
- action: READ_FILE action_input=PATH/TO/FILE #reads a file in a repository at the path and file name, always start repo files at the root directory: ./FILE_NAME
|
|
|
24 |
- action: COMPLETE action_input=COMPLETE #return complete when task is complete, or if you have more than 2 errors in HISTORY
|
25 |
Example:
|
26 |
Objective: create the next file in the program
|
|
|
21 |
Your tools are:
|
22 |
- action: CREATE_FILE action_input=PATH/TO/FILE #creates a file in a repository at the path and file name, always start repo files at the root: ./FILE_NAME
|
23 |
- action: READ_FILE action_input=PATH/TO/FILE #reads a file in a repository at the path and file name, always start repo files at the root directory: ./FILE_NAME
|
24 |
+
- action: DELETE_FILE action_input=PATH/TO/FILE #deletes a file from a repository at the path and file name, always start repo files at the root directory: ./FILE_NAME
|
25 |
- action: COMPLETE action_input=COMPLETE #return complete when task is complete, or if you have more than 2 errors in HISTORY
|
26 |
Example:
|
27 |
Objective: create the next file in the program
|