Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -20,6 +20,8 @@ Instructions
|
|
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 |
- Complete the current task as quickly as possible
|
24 |
- Do not repeat identical tasks
|
25 |
- When the task is complete, update the task
|
|
|
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
|
27 |
- When the task is complete, update the task
|