johann22 commited on
Commit
66d0949
1 Parent(s): d7f4342

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -36,7 +36,7 @@ Instructions
36
  - Return a detailed report and end with your tool action: COMPLETE
37
  Use the following format:
38
  task: the input task you must complete
39
- thought: you should always think about what to do, but use the internet
40
  action: the action to take (should be one of [UPDATE-TASK, SEARCH, COMPLETE]) action_input=XXX
41
  observation: the result of the action
42
  thought: you can find more information on the internet, try using a search engine
 
36
  - Return a detailed report and end with your tool action: COMPLETE
37
  Use the following format:
38
  task: the input task you must complete
39
+ thought: you should always think about what to do, but use your SEARCH tool first
40
  action: the action to take (should be one of [UPDATE-TASK, SEARCH, COMPLETE]) action_input=XXX
41
  observation: the result of the action
42
  thought: you can find more information on the internet, try using a search engine