Uses of Class
org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
-
Uses of AzureOpenAiChatOptions.Builder in org.springframework.ai.azure.openai
Modifier and TypeMethodDescriptionAzureOpenAiChatOptions.builder()
AzureOpenAiChatOptions.Builder.deploymentName
(String deploymentName) AzureOpenAiChatOptions.Builder.enhancements
(com.azure.ai.openai.models.AzureChatEnhancementConfiguration enhancements) AzureOpenAiChatOptions.Builder.frequencyPenalty
(Double frequencyPenalty) AzureOpenAiChatOptions.Builder.functionCallbacks
(List<FunctionCallback> functionCallbacks) AzureOpenAiChatOptions.Builder.presencePenalty
(Double presencePenalty) AzureOpenAiChatOptions.Builder.proxyToolCalls
(Boolean proxyToolCalls) AzureOpenAiChatOptions.Builder.responseFormat
(AzureOpenAiResponseFormat responseFormat) AzureOpenAiChatOptions.Builder.streamOptions
(com.azure.ai.openai.models.ChatCompletionStreamOptions streamOptions) AzureOpenAiChatOptions.Builder.temperature
(Double temperature) AzureOpenAiChatOptions.Builder.toolContext
(Map<String, Object> toolContext) AzureOpenAiChatOptions.Builder.topLogprobs
(Integer topLogprobs) AzureOpenAiChatOptions.Builder.withDeploymentName
(String deploymentName) Deprecated, for removal: This API element is subject to removal in a future version.AzureOpenAiChatOptions.Builder.withEnhancements
(com.azure.ai.openai.models.AzureChatEnhancementConfiguration enhancements) Deprecated, for removal: This API element is subject to removal in a future version.useenhancements(AzureChatEnhancementConfiguration)
)} instead.AzureOpenAiChatOptions.Builder.withFrequencyPenalty
(Double frequencyPenalty) Deprecated, for removal: This API element is subject to removal in a future version.usefrequencyPenalty(Double)
instead.AzureOpenAiChatOptions.Builder.withFunction
(String functionName) Deprecated, for removal: This API element is subject to removal in a future version.usefunction(String)
instead.AzureOpenAiChatOptions.Builder.withFunctionCallbacks
(List<FunctionCallback> functionCallbacks) Deprecated, for removal: This API element is subject to removal in a future version.usefunctionCallbacks(List)
instead.AzureOpenAiChatOptions.Builder.withFunctions
(Set<String> functionNames) Deprecated, for removal: This API element is subject to removal in a future version.usefunctions(Set)
instead.AzureOpenAiChatOptions.Builder.withLogitBias
(Map<String, Integer> logitBias) Deprecated, for removal: This API element is subject to removal in a future version.uselogitBias(Map)
instead.AzureOpenAiChatOptions.Builder.withLogprobs
(Boolean logprobs) Deprecated, for removal: This API element is subject to removal in a future version.uselogprobs(Boolean)
instead.AzureOpenAiChatOptions.Builder.withMaxTokens
(Integer maxTokens) Deprecated, for removal: This API element is subject to removal in a future version.usemaxTokens(Integer)
instead.Deprecated, for removal: This API element is subject to removal in a future version.useN(Integer)
instead.AzureOpenAiChatOptions.Builder.withPresencePenalty
(Double presencePenalty) Deprecated, for removal: This API element is subject to removal in a future version.usepresencePenalty(Double)
instead.AzureOpenAiChatOptions.Builder.withProxyToolCalls
(Boolean proxyToolCalls) Deprecated, for removal: This API element is subject to removal in a future version.useproxyToolCalls(Boolean)
instead.AzureOpenAiChatOptions.Builder.withResponseFormat
(AzureOpenAiResponseFormat responseFormat) Deprecated, for removal: This API element is subject to removal in a future version.useresponseFormat(AzureOpenAiResponseFormat)
instead.Deprecated, for removal: This API element is subject to removal in a future version.useseed(Long)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usestop(List)
instead.AzureOpenAiChatOptions.Builder.withStreamOptions
(com.azure.ai.openai.models.ChatCompletionStreamOptions streamOptions) Deprecated, for removal: This API element is subject to removal in a future version.usestreamOptions(ChatCompletionStreamOptions)
instead.AzureOpenAiChatOptions.Builder.withTemperature
(Double temperature) Deprecated, for removal: This API element is subject to removal in a future version.usetemperature(Double)
instead.AzureOpenAiChatOptions.Builder.withToolContext
(Map<String, Object> toolContext) Deprecated, for removal: This API element is subject to removal in a future version.usetoolContext(Map)
instead.AzureOpenAiChatOptions.Builder.withTopLogprobs
(Integer topLogprobs) Deprecated, for removal: This API element is subject to removal in a future version.usetopLogprobs(Integer)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usetopP(Double)
instead.Deprecated, for removal: This API element is subject to removal in a future version.useuser(String)
instead.
deploymentName(String)
instead.