Omnibus commited on
Commit
af4ed99
·
verified ·
1 Parent(s): f957789

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +2 -3
prompts.py CHANGED
@@ -25,15 +25,14 @@ COMPRESS_DATA_PROMPT = """
25
  You are attempting to complete the task
26
  task: {task}
27
 
28
- Collected Data:
29
  {knowledge}
30
 
31
  New Data:
32
  {history}
33
 
34
  Combine the data that you have collected with the new data to produce a detailed report that satisfies the users request.
35
- Include all relevant information in great detail and include the url links
36
- Be thorough and exhaustive in your presentation of the data you have collected
37
  """
38
 
39
  COMPRESS_HISTORY_PROMPT = """
 
25
  You are attempting to complete the task
26
  task: {task}
27
 
28
+ Current Data:
29
  {knowledge}
30
 
31
  New Data:
32
  {history}
33
 
34
  Combine the data that you have collected with the new data to produce a detailed report that satisfies the users request.
35
+ Include all relevant datapoints.
 
36
  """
37
 
38
  COMPRESS_HISTORY_PROMPT = """