Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -49,7 +49,7 @@ action: the action to take (should be one of [UPDATE-TASK, SEARCH, COMPLETE]) ac
|
|
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
|
53 |
|
54 |
You are attempting to complete the task
|
55 |
task: {task}
|
|
|
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}
|