Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
@@ -98,6 +98,8 @@ task: {task}
|
|
98 |
COMPRESS_HISTORY_PROMPT = """
|
99 |
You are attempting to complete the task
|
100 |
task: {task}
|
|
|
|
|
101 |
Progress:
|
102 |
{history}
|
103 |
Compress the timeline of progress above into a single summary (as a paragraph)
|
|
|
98 |
COMPRESS_HISTORY_PROMPT = """
|
99 |
You are attempting to complete the task
|
100 |
task: {task}
|
101 |
+
Your main purpose is
|
102 |
+
purpose: {purpose}
|
103 |
Progress:
|
104 |
{history}
|
105 |
Compress the timeline of progress above into a single summary (as a paragraph)
|