Merge pull request #682 from xapis-21/patch-1

Update tavily-client.ts
pull/680/merge
Travis Fischer 2025-02-19 21:22:31 +07:00 zatwierdzone przez GitHub
commit 2ff6d4ce30
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -23,11 +23,19 @@ export namespace tavily {
/** Search query. (required) */
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".
*/
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`. */