Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- 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
|
| 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"""
|