Uses of Enum Class
org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSize
Packages that use OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSize
-
Uses of OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSize in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSizeModifier and TypeMethodDescriptionOpenAiApi.ChatCompletionRequest.WebSearchOptions.searchContextSize()Returns the value of thesearchContextSizerecord component.Returns the enum constant of this class with the specified name.OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSize.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.ai.openai.api with parameters of type OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSizeModifierConstructorDescriptionWebSearchOptions(OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSize searchContextSize, OpenAiApi.ChatCompletionRequest.WebSearchOptions.UserLocation userLocation) Creates an instance of aWebSearchOptionsrecord class.