Omnibus commited on
Commit
41cbd88
·
verified ·
1 Parent(s): 2c63529

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +7 -0
prompts.py CHANGED
@@ -171,6 +171,13 @@ Instructions:
171
  Compile and categorize the data above into a JSON dictionary string
172
  Include ALL datapoints, titles, descriptions, and source urls indexed into an easy to search JSON format
173
  Your final response should be only the final formatted JSON string enclosed in brackets, and nothing else.
 
 
 
 
 
 
 
174
  """
175
  UNUSED="""
176
  Example Response:
 
171
  Compile and categorize the data above into a JSON dictionary string
172
  Include ALL datapoints, titles, descriptions, and source urls indexed into an easy to search JSON format
173
  Your final response should be only the final formatted JSON string enclosed in brackets, and nothing else.
174
+ Required keys:
175
+ "keywords":["list", "of", "keywords"]
176
+ "title":"title of entry"
177
+ "description":"description of entry"
178
+ "content":"full content of data about entry"
179
+ "url":"https://url.source"
180
+
181
  """
182
  UNUSED="""
183
  Example Response: