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 |
-
Compress the data above into a
|
24 |
Include datapoints that will provide greater accuracy in completing the task
|
25 |
-
Return the data in JSON format to save space
|
26 |
Include all relevant information in great detail
|
|
|
27 |
"""
|
28 |
|
29 |
COMPRESS_DATA_PROMPT = """
|
@@ -37,6 +37,9 @@ Message:
|
|
37 |
{history}
|
38 |
|
39 |
Compile the data that you have collected into a detailed report (~8000 words)
|
|
|
|
|
|
|
40 |
"""
|
41 |
|
42 |
COMPRESS_HISTORY_PROMPT = """
|
|
|
20 |
New data:
|
21 |
{history}
|
22 |
|
23 |
+
Compress 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 to save space
|
27 |
"""
|
28 |
|
29 |
COMPRESS_DATA_PROMPT = """
|
|
|
37 |
{history}
|
38 |
|
39 |
Compile the data that you have collected into a detailed report (~8000 words)
|
40 |
+
Include all relevant information in great detail
|
41 |
+
Be thorough and exhaustive in your presentation of the data you have collected
|
42 |
+
|
43 |
"""
|
44 |
|
45 |
COMPRESS_HISTORY_PROMPT = """
|