Uses of Class
org.springframework.ai.azure.openai.AzureOpenAiChatOptions
Packages that use AzureOpenAiChatOptions
Package
Description
-
Uses of AzureOpenAiChatOptions in org.springframework.ai.autoconfigure.azure.openai
Methods in org.springframework.ai.autoconfigure.azure.openai that return AzureOpenAiChatOptionsMethods in org.springframework.ai.autoconfigure.azure.openai with parameters of type AzureOpenAiChatOptionsModifier and TypeMethodDescriptionvoid
AzureOpenAiChatProperties.setOptions
(AzureOpenAiChatOptions options) -
Uses of AzureOpenAiChatOptions in org.springframework.ai.azure.openai
Fields in org.springframework.ai.azure.openai declared as AzureOpenAiChatOptionsModifier and TypeFieldDescriptionprotected AzureOpenAiChatOptions
AzureOpenAiChatOptions.Builder.options
Methods in org.springframework.ai.azure.openai that return AzureOpenAiChatOptionsModifier and TypeMethodDescriptionAzureOpenAiChatOptions.Builder.build()
AzureOpenAiChatClient.getDefaultOptions()
Methods in org.springframework.ai.azure.openai with parameters of type AzureOpenAiChatOptionsModifier and TypeMethodDescriptionAzureOpenAiChatClient.withDefaultOptions
(AzureOpenAiChatOptions defaultOptions) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.springframework.ai.azure.openai with parameters of type AzureOpenAiChatOptionsModifierConstructorDescriptionAzureOpenAiChatClient
(com.azure.ai.openai.OpenAIClient microsoftOpenAiClient, AzureOpenAiChatOptions options) Builder
(AzureOpenAiChatOptions options)
AzureOpenAiChatClient(OpenAIClient, AzureOpenAiChatOptions)
instead.