Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -48,8 +48,7 @@ thought: you should always think about what to do next, but use your SEARCH tool
|
|
48 |
action: the action to take (should be one of [UPDATE-TASK, SEARCH, COMPLETE]) action_input=XXX
|
49 |
observation: the result of the action
|
50 |
thought: you can find more information on the internet, try using a search engine
|
51 |
-
|
52 |
-
... (thought/action/observation/thought can repeat 0 times)
|
53 |
|
54 |
You are attempting to complete the task
|
55 |
task: {task}
|
|
|
48 |
action: the action to take (should be one of [UPDATE-TASK, SEARCH, COMPLETE]) action_input=XXX
|
49 |
observation: the result of the action
|
50 |
thought: you can find more information on the internet, try using a search engine
|
51 |
+
... (thought/action/observation/thought can repeat 0 times, and must end with action)
|
|
|
52 |
|
53 |
You are attempting to complete the task
|
54 |
task: {task}
|