Spaces:
Build error
Build error
Update prompts.py
Browse files- prompts.py +4 -5
prompts.py
CHANGED
|
@@ -24,15 +24,14 @@ Return the data in JSON format
|
|
| 24 |
COMPRESS_DATA_PROMPT = """
|
| 25 |
You are attempting to complete the task
|
| 26 |
task: {task}
|
| 27 |
-
|
| 28 |
Current Data:
|
| 29 |
{knowledge}
|
| 30 |
-
|
| 31 |
New Data:
|
| 32 |
{history}
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
Include all relevant
|
|
|
|
| 36 |
"""
|
| 37 |
|
| 38 |
COMPRESS_HISTORY_PROMPT = """
|
|
|
|
| 24 |
COMPRESS_DATA_PROMPT = """
|
| 25 |
You are attempting to complete the task
|
| 26 |
task: {task}
|
|
|
|
| 27 |
Current Data:
|
| 28 |
{knowledge}
|
|
|
|
| 29 |
New Data:
|
| 30 |
{history}
|
| 31 |
+
Compile the data above into a JSON formatted output that contains all data relevant to the task
|
| 32 |
+
Include datapoints that will provide greater accuracy in completing the task
|
| 33 |
+
Include all relevant information in great detail
|
| 34 |
+
Return the data in Report format
|
| 35 |
"""
|
| 36 |
|
| 37 |
COMPRESS_HISTORY_PROMPT = """
|