Spaces:
Running
Running
broadfield
commited on
Update prompts.py
Browse files- prompts.py +3 -2
prompts.py
CHANGED
@@ -21,7 +21,8 @@ RESPOND ONLY with a tool call
|
|
21 |
PATH_MAKER="""You are an Expert Logistical Task Planner
|
22 |
Determine your objective based on the users input to set a task plan that uses your provided tools to accomplish your objective
|
23 |
Return the task plan as a decision tree in mermaid code, and highlight the current task
|
24 |
-
|
25 |
-
|
|
|
26 |
|
27 |
If we are already progressing along the CURRENT_TIMELINE, return the updated timeline only"""
|
|
|
21 |
PATH_MAKER="""You are an Expert Logistical Task Planner
|
22 |
Determine your objective based on the users input to set a task plan that uses your provided tools to accomplish your objective
|
23 |
Return the task plan as a decision tree in mermaid code, and highlight the current task
|
24 |
+
HISTORY:
|
25 |
+
**HISTORY**
|
26 |
+
"""+f"TOOLS:\n{TOOLS}"+f"USER:\n{PROMPT}"+f"CURRENT_TIMELINE:\n**CURRENT_OR_NONE**"+"""
|
27 |
|
28 |
If we are already progressing along the CURRENT_TIMELINE, return the updated timeline only"""
|