Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
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
|
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
|