pull/685/head
Travis Fischer 2025-02-19 21:28:34 +07:00
rodzic 5396f32f25
commit 3b43dcd2ef
1 zmienionych plików z 7 dodań i 6 usunięć

Wyświetl plik

@ -24,18 +24,19 @@ export namespace tavily {
query: string
/**
* The category of the search.
* This will determine which of our agents willbe used for the search. Currently, only "general" and "news" are supported.
* Default is "general".
*/
* The category of the search.
* This will determine which of our agents willbe used for the search.
* Currently, only "general" and "news" are supported.
* Default is "general".
*/
topic?: string
/**
* The depth of the search. It can be basic or advanced. Default is basic
* for quick results and advanced for indepth high quality results but
* longer response time. Advanced calls equals 2 requests.
*/
search_depth?: 'basic' | 'advanced'
/** Include a synthesized answer in the search results. Default is `false`. */