Omnibus commited on
Commit
e91c23d
1 Parent(s): 4d4650b

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -20,10 +20,10 @@ Current data:
20
  New data:
21
  {history}
22
 
23
- Compress the data above into a JSON formatted output that contains all data relevant to the task (~8000 words)
24
  Include datapoints that will provide greater accuracy in completing the task
25
  Include all relevant information in great detail
26
- Return the data in JSON format to save space
27
  """
28
 
29
  COMPRESS_DATA_PROMPT = """
 
20
  New data:
21
  {history}
22
 
23
+ Compile the data above into a JSON formatted output that contains all data relevant to the task (~8000 words)
24
  Include datapoints that will provide greater accuracy in completing the task
25
  Include all relevant information in great detail
26
+ Return the data in JSON format
27
  """
28
 
29
  COMPRESS_DATA_PROMPT = """