Spaces:
Build error
Build error
Update prompts.py
Browse files- prompts.py +2 -3
prompts.py
CHANGED
@@ -28,9 +28,8 @@ Current Data:
|
|
28 |
{knowledge}
|
29 |
New Data:
|
30 |
{history}
|
31 |
-
Compile the data above into a
|
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 |
|
|
|
28 |
{knowledge}
|
29 |
New Data:
|
30 |
{history}
|
31 |
+
Compile the data above into a formatted output that contains all data relevant to the task
|
32 |
+
Include the datapoints and links that will provide greater accuracy in completing the task
|
|
|
33 |
Return the data in Report format
|
34 |
"""
|
35 |
|