Uses of Record Class
org.springframework.ai.openai.api.OpenAiApi.ChatCompletionRequest.WebSearchOptions
Packages that use OpenAiApi.ChatCompletionRequest.WebSearchOptions
-
Uses of OpenAiApi.ChatCompletionRequest.WebSearchOptions in org.springframework.ai.openai
Methods in org.springframework.ai.openai that return OpenAiApi.ChatCompletionRequest.WebSearchOptionsMethods in org.springframework.ai.openai with parameters of type OpenAiApi.ChatCompletionRequest.WebSearchOptionsModifier and TypeMethodDescriptionvoidOpenAiChatOptions.setWebSearchOptions(OpenAiApi.ChatCompletionRequest.WebSearchOptions webSearchOptions) OpenAiChatOptions.Builder.webSearchOptions(OpenAiApi.ChatCompletionRequest.WebSearchOptions webSearchOptions) -
Uses of OpenAiApi.ChatCompletionRequest.WebSearchOptions in org.springframework.ai.openai.api
Methods in org.springframework.ai.openai.api that return OpenAiApi.ChatCompletionRequest.WebSearchOptionsModifier and TypeMethodDescriptionOpenAiApi.ChatCompletionRequest.webSearchOptions()Returns the value of thewebSearchOptionsrecord component.Constructors in org.springframework.ai.openai.api with parameters of type OpenAiApi.ChatCompletionRequest.WebSearchOptionsModifierConstructorDescriptionChatCompletionRequest(List<OpenAiApi.ChatCompletionMessage> messages, String model, Boolean store, Map<String, String> metadata, Double frequencyPenalty, Map<String, Integer> logitBias, Boolean logprobs, Integer topLogprobs, Integer maxTokens, Integer maxCompletionTokens, Integer n, List<OpenAiApi.OutputModality> outputModalities, OpenAiApi.ChatCompletionRequest.AudioParameters audioParameters, Double presencePenalty, ResponseFormat responseFormat, Integer seed, String serviceTier, List<String> stop, Boolean stream, OpenAiApi.ChatCompletionRequest.StreamOptions streamOptions, Double temperature, Double topP, List<OpenAiApi.FunctionTool> tools, Object toolChoice, Boolean parallelToolCalls, String user, String reasoningEffort, OpenAiApi.ChatCompletionRequest.WebSearchOptions webSearchOptions, String verbosity) Creates an instance of aChatCompletionRequestrecord class.