Omnibus commited on
Commit
567b4e6
·
1 Parent(s): fcdd3bb

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -71,7 +71,7 @@ Progress:
71
 
72
  COMPRESS_DATA_PROMPT_SMALL = """
73
  You are attempting to complete the task
74
- task: {purpose}
75
  Current data:
76
  {knowledge}
77
  New data:
@@ -84,7 +84,7 @@ Include all relevant information in great detail
84
 
85
  COMPRESS_DATA_PROMPT = """
86
  You have just completed the task
87
- task: {purpose}
88
  Collected data:
89
  {knowledge}
90
  Message:
 
71
 
72
  COMPRESS_DATA_PROMPT_SMALL = """
73
  You are attempting to complete the task
74
+ task: {task}
75
  Current data:
76
  {knowledge}
77
  New data:
 
84
 
85
  COMPRESS_DATA_PROMPT = """
86
  You have just completed the task
87
+ task: {task}
88
  Collected data:
89
  {knowledge}
90
  Message: