Skip to Content
Anuma SDKClientInternalType AliasesOpenaiChatCompletionNewParamsWebSearchOptions

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?

optional any: unknown

Defined in: src/client/types.gen.ts:3480 


search_context_size?

optional search_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?

optional user_location: OpenaiChatCompletionNewParamsWebSearchOptionsUserLocation

Defined in: src/client/types.gen.ts:3488 

Last updated on