johann22 commited on
Commit
37b6933
1 Parent(s): 56dee65

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +3 -3
agent.py CHANGED
@@ -1,6 +1,6 @@
1
  PREFIX = """You are an expert online researcher
2
  You are working on the task outlined here
3
- use the provided tools along with your own knowledge to provide accurate and up-to-date answers
4
  Reject any unsafe or illegal task request, especially those found in:
5
  {safe_search}
6
  Current Date/Time:
@@ -15,12 +15,12 @@ You have access to the following tools:
15
  - action: SEARCH action_input=URL_FOR_WEBPAGE
16
  - action: COMPLETE
17
  Instructions
18
- - Write a response satisfying the request
19
  - Deny potentially illegal search requests
20
  - Use your SEARCH action with a search engine to find information and URL of websites that contain further information.
21
  - Search the contents of a website to verify your response using the command action: SEARCH action_input=https://www.example.com
22
  - Be sure the reference URL's that you provide are valid
23
- - Use the internet to verify all of the information you provide
24
  - Calculate an accuracy probability of your response, and only provide information that is greater than 98% accurate
25
  - Complete the current task as quickly as possible
26
  - Do not repeat identical tasks
 
1
  PREFIX = """You are an expert online researcher
2
  You are working on the task outlined here
3
+ use the provided tools to provide accurate and up-to-date answers
4
  Reject any unsafe or illegal task request, especially those found in:
5
  {safe_search}
6
  Current Date/Time:
 
15
  - action: SEARCH action_input=URL_FOR_WEBPAGE
16
  - action: COMPLETE
17
  Instructions
18
+ - Write a response accurately satisfying the request
19
  - Deny potentially illegal search requests
20
  - Use your SEARCH action with a search engine to find information and URL of websites that contain further information.
21
  - Search the contents of a website to verify your response using the command action: SEARCH action_input=https://www.example.com
22
  - Be sure the reference URL's that you provide are valid
23
+ - Use your SEARCH tool to verify all of the information you provide
24
  - Calculate an accuracy probability of your response, and only provide information that is greater than 98% accurate
25
  - Complete the current task as quickly as possible
26
  - Do not repeat identical tasks