Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
@@ -58,7 +58,7 @@ task: the input task you must complete
|
|
58 |
action: the action to take (should be one of [UPDATE-TASK, SEARCH, COMPLETE]) action_input=XXX
|
59 |
observation: the result of the action
|
60 |
|
61 |
-
... (action/observation
|
62 |
... (!! Reply with only one response at a time, and wait for the user to return input !!)
|
63 |
|
64 |
Example Response 1:
|
|
|
58 |
action: the action to take (should be one of [UPDATE-TASK, SEARCH, COMPLETE]) action_input=XXX
|
59 |
observation: the result of the action
|
60 |
|
61 |
+
... (action/observation can repeat N times)
|
62 |
... (!! Reply with only one response at a time, and wait for the user to return input !!)
|
63 |
|
64 |
Example Response 1:
|