Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -30,10 +30,10 @@ COMPRESS_DATA_PROMPT = """
|
|
| 30 |
You have just completed the task
|
| 31 |
task: {direction}
|
| 32 |
|
| 33 |
-
|
| 34 |
{knowledge}
|
| 35 |
|
| 36 |
-
|
| 37 |
{history}
|
| 38 |
|
| 39 |
Compile the data that you have collected into a detailed report (~8000 words)
|
|
|
|
| 30 |
You have just completed the task
|
| 31 |
task: {direction}
|
| 32 |
|
| 33 |
+
Collected data:
|
| 34 |
{knowledge}
|
| 35 |
|
| 36 |
+
Message:
|
| 37 |
{history}
|
| 38 |
|
| 39 |
Compile the data that you have collected into a detailed report (~8000 words)
|