Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +3 -0
prompts.py
CHANGED
@@ -30,6 +30,9 @@ Your tools are:
|
|
30 |
Example:
|
31 |
Objective: create the next file in the program
|
32 |
action: CREATE_FILE action_input=./FILE_NAME.py
|
|
|
|
|
|
|
33 |
"""
|
34 |
|
35 |
MANAGER="""You are tool selector
|
|
|
30 |
Example:
|
31 |
Objective: create the next file in the program
|
32 |
action: CREATE_FILE action_input=./FILE_NAME.py
|
33 |
+
|
34 |
+
observation: Objective is complete
|
35 |
+
action: COMPLETE action_input=COMPLETE
|
36 |
"""
|
37 |
|
38 |
MANAGER="""You are tool selector
|