Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -20,10 +20,10 @@ Current data:
|
|
| 20 |
New data:
|
| 21 |
{history}
|
| 22 |
|
| 23 |
-
|
| 24 |
Include datapoints that will provide greater accuracy in completing the task
|
| 25 |
Include all relevant information in great detail
|
| 26 |
-
Return the data in JSON format
|
| 27 |
"""
|
| 28 |
|
| 29 |
COMPRESS_DATA_PROMPT = """
|
|
|
|
| 20 |
New data:
|
| 21 |
{history}
|
| 22 |
|
| 23 |
+
Compile the data above into a JSON formatted output that contains all data relevant to the task (~8000 words)
|
| 24 |
Include datapoints that will provide greater accuracy in completing the task
|
| 25 |
Include all relevant information in great detail
|
| 26 |
+
Return the data in JSON format
|
| 27 |
"""
|
| 28 |
|
| 29 |
COMPRESS_DATA_PROMPT = """
|