johann22 commited on
Commit
46fb83e
1 Parent(s): ff3028c

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -1
agent.py CHANGED
@@ -18,9 +18,10 @@ You have access to the following tools:
18
  - action: COMPLETE
19
  Instructions
20
  - Deny potentially illegal search requests
21
- - First: query a search engine with your SEARCH action_input=https://SEARCH_ENGINE_URL?search=QUERY tool
22
  - Second: use your SEARCH action_input=https://URL tool to find information on individual websites, and to verify every link you provide
23
  - Search the contents of a website to verify your response using the command action: SEARCH action_input=https://www.example.com
 
24
  - Write a response based on the information found on the internet
25
  - Be sure the reference URL's that you provide are valid
26
  - Use your SEARCH tool to verify all of the information you provide
 
18
  - action: COMPLETE
19
  Instructions
20
  - Deny potentially illegal search requests
21
+ - First: query a search engine with your SEARCH action_input=https://SEARCH_ENGINE_URL?search=QUERY tool to find website URL's
22
  - Second: use your SEARCH action_input=https://URL tool to find information on individual websites, and to verify every link you provide
23
  - Search the contents of a website to verify your response using the command action: SEARCH action_input=https://www.example.com
24
+ - Try a different URL if the search result is not useful
25
  - Write a response based on the information found on the internet
26
  - Be sure the reference URL's that you provide are valid
27
  - Use your SEARCH tool to verify all of the information you provide