kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
commit
2ff6d4ce30
|
@ -23,11 +23,19 @@ export namespace tavily {
|
||||||
/** Search query. (required) */
|
/** Search query. (required) */
|
||||||
query: string
|
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
|
* 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
|
* for quick results and advanced for indepth high quality results but
|
||||||
* longer response time. Advanced calls equals 2 requests.
|
* longer response time. Advanced calls equals 2 requests.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
search_depth?: 'basic' | 'advanced'
|
search_depth?: 'basic' | 'advanced'
|
||||||
|
|
||||||
/** Include a synthesized answer in the search results. Default is `false`. */
|
/** Include a synthesized answer in the search results. Default is `false`. */
|
||||||
|
|
Ładowanie…
Reference in New Issue