johann22 commited on
Commit
936766c
·
1 Parent(s): 742ed7e

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -18,8 +18,8 @@ You have access to the following tools:
18
  - action: COMPLETE
19
  Instructions
20
  - Deny potentially illegal search requests
21
- - Use your SEARCH action_input=https://SEARCH_ENGINE_URL?search=QUERY tool to query using a search engine
22
- - 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
 
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