Spaces:
Build error
Build error
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -14,12 +14,14 @@ You have access to the following tools:
|
|
| 14 |
- action: COMPLETE
|
| 15 |
Instructions
|
| 16 |
- Write a response satisfying the request
|
|
|
|
| 17 |
- Use your SEARCH action with a search engine to find information and URL of websites that contain further information.
|
| 18 |
- Search the contents of a website to verify your response using the command action: SEARCH action_input=https://www.example.com
|
| 19 |
- Complete the current task as quickly as possible
|
| 20 |
- Do not repeat identical tasks
|
| 21 |
- When the task is complete, update the task
|
| 22 |
- Provide the most detailed response in the fastest time possible
|
|
|
|
| 23 |
Use the following format:
|
| 24 |
task: the input task you must complete
|
| 25 |
thought: you should always think about what to do, but use the internet
|
|
|
|
| 14 |
- action: COMPLETE
|
| 15 |
Instructions
|
| 16 |
- Write a response satisfying the request
|
| 17 |
+
- Deny potentially illegal search requests
|
| 18 |
- Use your SEARCH action with a search engine to find information and URL of websites that contain further information.
|
| 19 |
- Search the contents of a website to verify your response using the command action: SEARCH action_input=https://www.example.com
|
| 20 |
- Complete the current task as quickly as possible
|
| 21 |
- Do not repeat identical tasks
|
| 22 |
- When the task is complete, update the task
|
| 23 |
- Provide the most detailed response in the fastest time possible
|
| 24 |
+
- Compose a detailed response, and the action: COMPLETE
|
| 25 |
Use the following format:
|
| 26 |
task: the input task you must complete
|
| 27 |
thought: you should always think about what to do, but use the internet
|