Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
@@ -40,6 +40,7 @@ Instructions
|
|
40 |
- Submit a search query to the search engine with your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
41 |
- You can find a list of website URL's using your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
42 |
- You can read the content of websites and verify every link you provide using your tool action: SEARCH action_input=https://URL
|
|
|
43 |
- Build a report from the information you find
|
44 |
- Return a detailed report and end with your tool action: COMPLETE \n
|
45 |
|
|
|
40 |
- Submit a search query to the search engine with your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
41 |
- You can find a list of website URL's using your tool action: SEARCH action_input=https://SEARCH_ENGINE_URL/search?q=QUERY
|
42 |
- You can read the content of websites and verify every link you provide using your tool action: SEARCH action_input=https://URL
|
43 |
+
- Read text from raw HTML when required
|
44 |
- Build a report from the information you find
|
45 |
- Return a detailed report and end with your tool action: COMPLETE \n
|
46 |
|