Omnibus commited on
Commit
4e8674d
·
verified ·
1 Parent(s): 52ce2e8

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +3 -3
prompts.py CHANGED
@@ -167,9 +167,9 @@ Current data:
167
  {knowledge}
168
  New data:
169
  {history}
170
- Compress the data above into a concise data presentation of relevant data
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 object
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