Omnibus commited on
Commit
79aa0de
1 Parent(s): b002a87

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -27,7 +27,7 @@ Include all relevant information in great detail
27
  """
28
 
29
  COMPRESS_DATA_PROMPT = """
30
- You are attempting to complete the task
31
  task: {direction}
32
 
33
  Current data:
@@ -36,7 +36,7 @@ Current data:
36
  New data:
37
  {history}
38
 
39
- Compile the data above into a detailed report (~8000 words)
40
  Be exhaustive and include all granular data collected, and provide context where needed
41
  Use a research paper format with headings and detailed descriptions
42
  """
 
27
  """
28
 
29
  COMPRESS_DATA_PROMPT = """
30
+ You have just completed the task
31
  task: {direction}
32
 
33
  Current data:
 
36
  New data:
37
  {history}
38
 
39
+ Compile the data that you have collected into a detailed report (~8000 words)
40
  Be exhaustive and include all granular data collected, and provide context where needed
41
  Use a research paper format with headings and detailed descriptions
42
  """