Ask a question to get started
Enter to send•Shift+Enter new line
Fetch a URL and return the page content as markdown.
fetch_url( url: Annotated[str, Field(description='The URL to fetch (must be a valid HTTP/HTTPS URL).')], timeout: Annotated[int,