Uses of Record Class
org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.WebSearchOptions.UserLocation
Packages that use OpenAiApi.ChatCompletionRequest.WebSearchOptions.UserLocation
-
Uses of OpenAiApi.ChatCompletionRequest.WebSearchOptions.UserLocation in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.ChatCompletionRequest.WebSearchOptions.UserLocationModifier and TypeMethodDescriptionOpenAiApi.ChatCompletionRequest.WebSearchOptions.userLocation()Returns the value of theuserLocationrecord component.Constructors in org.springframework.ai.openai.api with parameters of type OpenAiApi.ChatCompletionRequest.WebSearchOptions.UserLocationModifierConstructorDescriptionWebSearchOptions(OpenAiApi.ChatCompletionRequest.WebSearchOptions.SearchContextSize searchContextSize, OpenAiApi.ChatCompletionRequest.WebSearchOptions.UserLocation userLocation) Creates an instance of aWebSearchOptionsrecord class.