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

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +4 -5
prompts.py CHANGED
@@ -24,15 +24,14 @@ Return the data in JSON format
24
  COMPRESS_DATA_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 = """
 
24
  COMPRESS_DATA_PROMPT = """
25
  You are attempting to complete the task
26
  task: {task}
 
27
  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
 
37
  COMPRESS_HISTORY_PROMPT = """