johann22 commited on
Commit
e23723e
·
1 Parent(s): 4e8440e

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +0 -4
agent.py CHANGED
@@ -48,10 +48,6 @@ 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
- action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
52
- observation: the result of the action
53
- thought: if the task is not complete, try scraping a website
54
- action: SEARCH action_input=https://URL
55
 
56
  ... (thought/action/observation/thought can repeat N times)
57
 
 
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 N times)
53