Omnibus commited on
Commit
db32c45
·
verified ·
1 Parent(s): 0e59560

Update prompts.py

Browse files
Files changed (1) hide show
  1. 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 JSON formatted output that contains all data relevant to the task
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