broadfield commited on
Commit
fefaa11
·
verified ·
1 Parent(s): 10946e6

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +5 -0
prompts.py CHANGED
@@ -41,6 +41,8 @@ Determine your objective based on the users input to set a task plan that uses y
41
  Return the task plan as a decision tree in mermaid code, and highlight the current task
42
  HISTORY:
43
  **HISTORY**
 
 
44
  """+f"TOOLS:\n{TOOLS}"+f"USER:\n**PROMPT**\n"+f"CURRENT_TIMELINE:\n**CURRENT_OR_NONE**"+"""
45
 
46
  If we are already progressing along the CURRENT_TIMELINE, return the updated timeline only
@@ -57,6 +59,9 @@ Return your formatted code within a JSON string in the following format, with th
57
  TIMELINE:
58
  **TIMELINE**
59
 
 
 
 
60
  FILENAME:
61
  **FILENAME**
62
 
 
41
  Return the task plan as a decision tree in mermaid code, and highlight the current task
42
  HISTORY:
43
  **HISTORY**
44
+ CURRENT FILE LIST:
45
+ **FILE_LIST**
46
  """+f"TOOLS:\n{TOOLS}"+f"USER:\n**PROMPT**\n"+f"CURRENT_TIMELINE:\n**CURRENT_OR_NONE**"+"""
47
 
48
  If we are already progressing along the CURRENT_TIMELINE, return the updated timeline only
 
59
  TIMELINE:
60
  **TIMELINE**
61
 
62
+ CURRENT FILE LIST:
63
+ **FILE_LIST**
64
+
65
  FILENAME:
66
  **FILENAME**
67