Optional
apiThe API key used for authentication with the Tavily Search API.
Optional
callbacks?: undefined | CallbacksOptional
days?: undefined | numberThe number of days back from the current date to include in the search results.
Optional
excludeA list of domains to specifically exclude from the search results.
Optional
includeInclude a short answer to the original query.
Optional
includeA list of domains to specifically include in the search results.
Optional
includeWhen includeImages is set to True, this option adds descriptive text for each image.
Optional
includeInclude a list of query-related images in the response.
Optional
includeInclude the cleaned and parsed HTML content of each search result.
Optional
kwargs?: undefined | Record<string, unknown>Additional keyword arguments to pass to the API.
Optional
maxThe maximum number of search results to return.
Optional
metadata?: undefined | Record<string, unknown>Optional
responseThe tool response format.
If "content" then the output of the tool is interpreted as the contents of a ToolMessage. If "content_and_artifact" then the output is expected to be a two-tuple corresponding to the (content, artifact) of a ToolMessage.
Optional
searchThe depth of the search. It can be "basic" or "deep".
Optional
tags?: undefined | string[]Optional
topic?: undefined | stringThe category of the search. This will determine which of our agents will be used for the search. Currently, only "general" and "news" are supported. See https://docs.tavily.com/docs/rest-api/api-reference
Optional
verbose?: undefined | booleanOptional
verboseWhether to show full details in the thrown parsing errors.
Options for the TavilySearchResults tool.