Omnibus commited on
Commit
557abc9
·
verified ·
1 Parent(s): 3faae60

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +7 -4
prompts.py CHANGED
@@ -22,13 +22,16 @@ Return the data in JSON format
22
  """
23
 
24
  COMPRESS_DATA_PROMPT = """
25
- You have just completed the task
26
  task: {task}
27
- Collected data:
 
28
  {knowledge}
29
- Message:
 
30
  {history}
31
- Compile the data that you have collected into a detailed report
 
32
  Include all relevant information in great detail and include the url links
33
  Be thorough and exhaustive in your presentation of the data you have collected
34
  """
 
22
  """
23
 
24
  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
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
  """