OptionalapiThe API key used for authentication with the Tavily Search API.
OptionalapiThe base API url used for the Tavily Search API.
Optionalcallbacks?: undefined | CallbacksOptionaldays?: undefined | numberThe number of days back from the current date to include in the search results.
OptionaldefaultDefault config object for the tool runnable.
OptionalexcludeA list of domains to specifically exclude from the search results.
OptionalincludeInclude a short answer to the original query.
OptionalincludeA list of domains to specifically include in the search results.
OptionalincludeWhen includeImages is set to True, this option adds descriptive text for each image.
OptionalincludeInclude a list of query-related images in the response.
OptionalincludeInclude the cleaned and parsed HTML content of each search result.
Optionalkwargs?: undefined | Record<string, unknown>Additional keyword arguments to pass to the API.
OptionalmaxThe maximum number of search results to return.
Optionalmetadata?: undefined | Record<string, unknown>Metadata for the tool.
OptionalresponseThe 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.
OptionalsearchThe depth of the search. It can be "basic" or "deep".
Optionaltags?: undefined | string[]Optionaltopic?: 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
Optionalverbose?: undefined | booleanOptionalverboseWhether to show full details in the thrown parsing errors.
Options for the TavilySearchResults tool. (Deprecated)