Spaces:
Build error
Build error
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -27,11 +27,12 @@ You have access to the following tools:
|
|
| 27 |
- action: SEARCH action_input=https://URL_FOR_WEBPAGE
|
| 28 |
- action: COMPLETE
|
| 29 |
Instructions
|
| 30 |
-
-
|
|
|
|
| 31 |
- You can find a list of website URL's using your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
| 32 |
- You can read the content of websites and verify every link you provide using your tool action: SEARCH action_input=https://URL
|
| 33 |
- Build a report from the information you find
|
| 34 |
-
-
|
| 35 |
Use the following format:
|
| 36 |
task: the input task you must complete
|
| 37 |
thought: you should always think about what to do, but use the internet
|
|
|
|
| 27 |
- action: SEARCH action_input=https://URL_FOR_WEBPAGE
|
| 28 |
- action: COMPLETE
|
| 29 |
Instructions
|
| 30 |
+
- Choose a search engine to use
|
| 31 |
+
- Submit a search query to the search engine with your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
| 32 |
- You can find a list of website URL's using your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
| 33 |
- You can read the content of websites and verify every link you provide using your tool action: SEARCH action_input=https://URL
|
| 34 |
- Build a report from the information you find
|
| 35 |
+
- Return a detailed report and end with your tool action: COMPLETE
|
| 36 |
Use the following format:
|
| 37 |
task: the input task you must complete
|
| 38 |
thought: you should always think about what to do, but use the internet
|