Spaces:
Build error
Build error
Update prompts.py
Browse files- prompts.py +2 -3
prompts.py
CHANGED
@@ -25,15 +25,14 @@ COMPRESS_DATA_PROMPT = """
|
|
25 |
You are attempting to complete the task
|
26 |
task: {task}
|
27 |
|
28 |
-
|
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 that satisfies the users request.
|
35 |
-
Include all relevant
|
36 |
-
Be thorough and exhaustive in your presentation of the data you have collected
|
37 |
"""
|
38 |
|
39 |
COMPRESS_HISTORY_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 |
Combine the data that you have collected with the new data to produce a detailed report that satisfies the users request.
|
35 |
+
Include all relevant datapoints.
|
|
|
36 |
"""
|
37 |
|
38 |
COMPRESS_HISTORY_PROMPT = """
|