Spaces:
Build error
Build error
Update prompts.py
Browse files- prompts.py +3 -3
prompts.py
CHANGED
|
@@ -28,9 +28,9 @@ Current Data:
|
|
| 28 |
{knowledge}
|
| 29 |
New Data:
|
| 30 |
{history}
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
Return the data in a professional format
|
| 35 |
"""
|
| 36 |
|
|
|
|
| 28 |
{knowledge}
|
| 29 |
New Data:
|
| 30 |
{history}
|
| 31 |
+
Search for the information that the user is looking for in the data above
|
| 32 |
+
Collect the important datapoints from the above data including source, title, description, url to the article
|
| 33 |
+
Compile what you have found into a formatted output
|
| 34 |
Return the data in a professional format
|
| 35 |
"""
|
| 36 |
|