johann22 commited on
Commit
a7bce8e
1 Parent(s): 29ff28f

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +3 -2
agent.py CHANGED
@@ -27,11 +27,12 @@ You have access to the following tools:
27
  - action: SEARCH action_input=https://URL_FOR_WEBPAGE
28
  - action: COMPLETE
29
  Instructions
30
- - You can find information quickly by using a search engine with your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
 
31
  - You can find a list of website URL's using your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
32
  - You can read the content of websites and verify every link you provide using your tool action: SEARCH action_input=https://URL
33
  - Build a report from the information you find
34
- - When you have returned a detailed report, end your task by returning the command action: COMPLETE
35
  Use the following format:
36
  task: the input task you must complete
37
  thought: you should always think about what to do, but use the internet
 
27
  - action: SEARCH action_input=https://URL_FOR_WEBPAGE
28
  - action: COMPLETE
29
  Instructions
30
+ - Choose a search engine to use
31
+ - Submit a search query to the search engine with your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
32
  - You can find a list of website URL's using your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
33
  - You can read the content of websites and verify every link you provide using your tool action: SEARCH action_input=https://URL
34
  - Build a report from the information you find
35
+ - Return a detailed report and end with your tool action: COMPLETE
36
  Use the following format:
37
  task: the input task you must complete
38
  thought: you should always think about what to do, but use the internet