Omnibus commited on
Commit
597eed2
·
1 Parent(s): 79aa0de

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -30,10 +30,10 @@ COMPRESS_DATA_PROMPT = """
30
  You have just completed the task
31
  task: {direction}
32
 
33
- Current data:
34
  {knowledge}
35
 
36
- New data:
37
  {history}
38
 
39
  Compile the data that you have collected into a detailed report (~8000 words)
 
30
  You have just completed the task
31
  task: {direction}
32
 
33
+ Collected data:
34
  {knowledge}
35
 
36
+ Message:
37
  {history}
38
 
39
  Compile the data that you have collected into a detailed report (~8000 words)