Optional
apiOptional
description?: undefined | stringThe description of the tool.
Optional
extractThe depth of the extract. It can be "basic" or "advanced".
Optional
includeInclude a list of query-related images in the response.
Optional
name?: undefined | stringThe name of the tool.
Optional
returnWhether to return the tool's output directly.
Setting this to true means that after the tool is called, an agent should stop looping.
Optional
tavilyThe API key used for authentication with the Tavily Search API.
An API wrapper that can be used to interact with the Tavily Extract API. Useful for testing.
If specified, the tool will use this API wrapper instead of creating a new one, and fields used in API Wrapper initialization, like TavilyExtractAPIRetrieverFields.tavilyApiKey, will be ignored.