broadfield commited on
Commit
c6ab06c
·
verified ·
1 Parent(s): 351fa18

Update prompts.py

Browse files
Files changed (1) hide show
  1. 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
- """+f"TOOLS:\n{TOOLS}"+f"USER:\n{INPUT}"+f"CURRENT_TIMELINE:\n**CURRENT_OR_NONE**"+"""
 
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"""