johann22 commited on
Commit
51b7880
·
1 Parent(s): 13d95ed

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
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/thought 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:
 
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: