johann22 commited on
Commit
3600005
1 Parent(s): 7bab7fa

Update agent.py

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