Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -36,9 +36,9 @@ Current data:
|
|
| 36 |
New data:
|
| 37 |
{history}
|
| 38 |
|
| 39 |
-
|
| 40 |
-
Be exhaustive and include all
|
| 41 |
-
Use a research paper format with headings
|
| 42 |
"""
|
| 43 |
|
| 44 |
COMPRESS_HISTORY_PROMPT = """
|
|
|
|
| 36 |
New data:
|
| 37 |
{history}
|
| 38 |
|
| 39 |
+
Compile the data above into a detailed report (~8000 words)
|
| 40 |
+
Be exhaustive and include all granular data collected, and provide context where needed
|
| 41 |
+
Use a research paper format with headings and detailed descriptions
|
| 42 |
"""
|
| 43 |
|
| 44 |
COMPRESS_HISTORY_PROMPT = """
|