acecalisto3 commited on
Commit
a8ca3e5
·
verified ·
1 Parent(s): f14612c

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +3 -2
agent.py CHANGED
@@ -192,10 +192,11 @@ You are attempting to complete the task
192
  task: {task}
193
  Progress:
194
  {history}
195
- Tasks should be small, isolated, and independent
196
  Do we need to use a search engine with our tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY?
197
  What should the task be for us to achieve the purpose?
198
- task: """provide all encompassing code content as it pertains to the requests. if Ant updates to the code are made, generate an updated version of the code file as progress is made. don't forget to clean up internal dialog and thoughts, but only where repetitive or unnecessary."""
 
199
 
200
  READ_PROMPT = """
201
  You are attempting to complete the task
 
192
  task: {task}
193
  Progress:
194
  {history}
195
+ Tasks should involve coding and you should always ensure most-recent-version
196
  Do we need to use a search engine with our tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY?
197
  What should the task be for us to achieve the purpose?
198
+ task: {provide all encompassing code content as it pertains to the requests. if Ant updates to the code are made, generate an updated version of the code file as progress is made. don't forget to clean up internal dialog and thoughts, but only where repetitive or unnecessary.}
199
+ """
200
 
201
  READ_PROMPT = """
202
  You are attempting to complete the task