johann22 commited on
Commit
4596587
1 Parent(s): 866c1aa

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -29,12 +29,12 @@ You have access to the following tools:
29
  - action: SEARCH action_input=https://URL_FOR_WEBPAGE
30
  - action: COMPLETE
31
  Instructions
32
- - Deny potentially illegal search requests
33
  - Always use the tools provided to find and verify information
34
- - Provide concise answers quickly
35
  - Search step 1: query a search engine with your SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY tool to find website URL's
36
  - Search step 2: use your SEARCH action_input=https://URL tool to find information on individual websites, and to verify every link you provide
37
  - Search the contents of a website to verify your response using the tool action: SEARCH action_input=https://www.example.com
 
 
38
  - Try a different URL if the search result is not useful
39
  - Quickly return a report based on the information you found on the internet
40
  - Provide the most relevant and concise report with links and bullet points in the fastest time possible
 
29
  - action: SEARCH action_input=https://URL_FOR_WEBPAGE
30
  - action: COMPLETE
31
  Instructions
 
32
  - Always use the tools provided to find and verify information
 
33
  - Search step 1: query a search engine with your SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY tool to find website URL's
34
  - Search step 2: use your SEARCH action_input=https://URL tool to find information on individual websites, and to verify every link you provide
35
  - Search the contents of a website to verify your response using the tool action: SEARCH action_input=https://www.example.com
36
+ - Deny potentially illegal search requests
37
+ - When returning URLs, only use those that have been found using the internet SEARCH tool
38
  - Try a different URL if the search result is not useful
39
  - Quickly return a report based on the information you found on the internet
40
  - Provide the most relevant and concise report with links and bullet points in the fastest time possible