Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
@@ -20,7 +20,7 @@ Current data:
|
|
20 |
New data:
|
21 |
{history}
|
22 |
|
23 |
-
Compress the data above into a concise data presentation
|
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
|
@@ -37,8 +37,6 @@ Message:
|
|
37 |
{history}
|
38 |
|
39 |
Compile the data that you have collected 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 = """
|
|
|
20 |
New data:
|
21 |
{history}
|
22 |
|
23 |
+
Compress the data above into a concise data presentation that is relevant to the task (~8000 words)
|
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
|
|
|
37 |
{history}
|
38 |
|
39 |
Compile the data that you have collected into a detailed report (~8000 words)
|
|
|
|
|
40 |
"""
|
41 |
|
42 |
COMPRESS_HISTORY_PROMPT = """
|