OpenaiChatCompletionNewParamsWebSearchOptions
OpenaiChatCompletionNewParamsWebSearchOptions =
object
Defined in: src/client/types.gen.ts:3479
This tool searches the web for relevant results to use in a response. Learn more about the web search tool .
Properties
any?
optionalany:unknown
Defined in: src/client/types.gen.ts:3480
search_context_size?
optionalsearch_context_size:string
Defined in: src/client/types.gen.ts:3487
High level guidance for the amount of context window space to use for the
search. One of low, medium, or high. medium is the default.
Any of “low”, “medium”, “high”.
user_location?
optionaluser_location:OpenaiChatCompletionNewParamsWebSearchOptionsUserLocation
Defined in: src/client/types.gen.ts:3488
Last updated on