Tool: fetch_url
Description: Fetch the content of a web page and extract its text.
Argument | Type | Description |
---|---|---|
url | str | The URL of the web page to fetch |
search_strings | list[str], optional | Strings to search for in the page content |
Returns | str | Extracted text content or warning message |
Example usage: fetch_url(url="https://example.com", search_strings=["main"])
generated by janito.dev