WebSearch
by m4s1t4
extract
Extracts specific information from a web page based on a prompt. Args: - url: The complete URL of the web page to extract information from - prompt: Instructions specifying what information to extract from the page - enabaleWebSearch: Whether to allow web searches to supplement the extraction - showSources: Whether to include source references in the response
Copy
Input Schema
Name | Required | Description | Default |
---|---|---|---|
enabaleWebSearch | Yes | ||
prompt | Yes | ||
showSources | Yes | ||
url | Yes |