Spaces:
Build error
Build error
Update prompts.py
Browse files- prompts.py +7 -4
prompts.py
CHANGED
|
@@ -22,13 +22,16 @@ Return the data in JSON format
|
|
| 22 |
"""
|
| 23 |
|
| 24 |
COMPRESS_DATA_PROMPT = """
|
| 25 |
-
You
|
| 26 |
task: {task}
|
| 27 |
-
|
|
|
|
| 28 |
{knowledge}
|
| 29 |
-
|
|
|
|
| 30 |
{history}
|
| 31 |
-
|
|
|
|
| 32 |
Include all relevant information in great detail and include the url links
|
| 33 |
Be thorough and exhaustive in your presentation of the data you have collected
|
| 34 |
"""
|
|
|
|
| 22 |
"""
|
| 23 |
|
| 24 |
COMPRESS_DATA_PROMPT = """
|
| 25 |
+
You are attempting to complete the task
|
| 26 |
task: {task}
|
| 27 |
+
|
| 28 |
+
Collected Data:
|
| 29 |
{knowledge}
|
| 30 |
+
|
| 31 |
+
New Data:
|
| 32 |
{history}
|
| 33 |
+
|
| 34 |
+
Combine the data that you have collected with the new data to produce a detailed report
|
| 35 |
Include all relevant information in great detail and include the url links
|
| 36 |
Be thorough and exhaustive in your presentation of the data you have collected
|
| 37 |
"""
|