Optional
apiKey?: stringThe API key used for authentication with the Tavily Search API.
Optional
apiUrl?: stringThe base API url used for the Tavily Search API.
Optional
days?: numberThe number of days back from the current date to include in the search results.
Optional
excludeDomains?: string[]A list of domains to specifically exclude from the search results.
Optional
includeAnswer?: booleanInclude a short answer to the original query.
Optional
includeDomains?: string[]A list of domains to specifically include in the search results.
Optional
includeImageDescriptions?: booleanWhen includeImages is set to True, this option adds descriptive text for each image.
Optional
includeImages?: booleanInclude a list of query-related images in the response.
Optional
includeRawContent?: booleanInclude the cleaned and parsed HTML content of each search result.
Optional
kwargs?: Record<string, unknown>Additional keyword arguments to pass to the API.
Optional
maxResults?: numberThe maximum number of search results to return.
Optional
searchDepth?: "basic" | "deep"The depth of the search. It can be "basic" or "deep".
Optional
topic?: 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
Options for the TavilySearchResults tool. (Deprecated)