Omnibus commited on
Commit
770d6b6
·
verified ·
1 Parent(s): 03ce1c8

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +4 -3
prompts.py CHANGED
@@ -28,9 +28,10 @@ Current Data:
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
 
36
  COMPRESS_HISTORY_PROMPT = """
 
28
  {knowledge}
29
  New Data:
30
  {history}
31
+ Find information that the user is looking for in the data above.
32
+ Compile what you have found into a formatted output.
33
+ Retain the important datapoints from the above data, like title, description, and link
34
+ Return the data in a professional format
35
  """
36
 
37
  COMPRESS_HISTORY_PROMPT = """