Optionalanswer?: undefined | stringA short answer to the user's query, generated by an LLM. Included in the response only if
TavilySearchParams.includeAnswer is requested (i.e., set to true, "basic", or
"advanced").
Optionalauto_The results from the search.
Optionalimages?: undefined | string[]List of query-related images. If TavilySearchParams.includeImageDescriptions 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 shape of the response from the Tavily Search API when TavilySearchParams.includeImageDescriptions is
falseor unspecified.