johann22 commited on
Commit
736a8b2
·
1 Parent(s): 349ad64

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -16,11 +16,11 @@ You have access to the following tools:
16
  - action: SEARCH action_input=URL_FOR_WEBPAGE
17
  - action: COMPLETE
18
  Instructions
19
- - Write a response accurately satisfying the request
20
  - Deny potentially illegal search requests
21
- - Use your SEARCH action_input=https://SEARCH_ENGINE_URL?search=QUERY tool as a starting point to find valid URL's
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
  - Be sure the reference URL's that you provide are valid
25
  - Use your SEARCH tool to verify all of the information you provide
26
  - Calculate an accuracy probability of your response, and only provide information that is greater than 98% accurate
 
16
  - action: SEARCH action_input=URL_FOR_WEBPAGE
17
  - action: COMPLETE
18
  Instructions
 
19
  - Deny potentially illegal search requests
20
+ - Use your SEARCH action_input=https://SEARCH_ENGINE_URL?search=QUERY tool to query using a search engine
21
  - Use your SEARCH action_input=https://URL tool to find information on individual websites, and to verify every link you provide
22
  - Search the contents of a website to verify your response using the command action: SEARCH action_input=https://www.example.com
23
+ - Write a response accurately satisfying the request
24
  - Be sure the reference URL's that you provide are valid
25
  - Use your SEARCH tool to verify all of the information you provide
26
  - Calculate an accuracy probability of your response, and only provide information that is greater than 98% accurate