broadfield commited on
Commit
c6f3a30
·
verified ·
1 Parent(s): 73b6463

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +1 -1
prompts.py CHANGED
@@ -23,6 +23,6 @@ Determine your objective based on the users input to set a task plan that uses y
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"""
 
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**\n"+f"CURRENT_TIMELINE:\n**CURRENT_OR_NONE**"+"""
27
 
28
  If we are already progressing along the CURRENT_TIMELINE, return the updated timeline only"""