Optional
answer?: undefined | stringA short answer to the user's query, generated by an LLM. Included in the response only if
TavilySearchParams.include_answer is requested (i.e., set to true
, "basic"
, or
"advanced"
).
Optional
images?: undefined | string[]List of query-related images. If TavilySearchParams.include_image_descriptions is
true
, each item will be an object with url
and description
properties. Otherwise, each
item will be a string containing the URL of the image.
The search query that was executed.
The response time of the search.
The results from the search.
The shape of the response from the Tavily Search API when TavilySearchParams.include_image_descriptions is
false
or unspecified.