Spaces:
Runtime error
Runtime error
Update prompts.py
Browse files- prompts.py +3 -3
prompts.py
CHANGED
@@ -167,9 +167,9 @@ Current data:
|
|
167 |
{knowledge}
|
168 |
New data:
|
169 |
{history}
|
170 |
-
|
171 |
-
Include
|
172 |
-
Return the data as a JSON dictionary
|
173 |
"""
|
174 |
|
175 |
|
|
|
167 |
{knowledge}
|
168 |
New data:
|
169 |
{history}
|
170 |
+
Compile and categorize the data above into a JSON dictionary string
|
171 |
+
Include ALL datapoints, titles, descriptions, and source urls indexed into an easy to search JSON format
|
172 |
+
Return the data as a JSON dictionary string
|
173 |
"""
|
174 |
|
175 |
|