Uses of Class
org.springframework.ai.azure.openai.AzureOpenAiChatOptions
Package
Description
-
Uses of AzureOpenAiChatOptions in org.springframework.ai.autoconfigure.azure.openai
Modifier and TypeMethodDescriptionvoid
AzureOpenAiChatProperties.setOptions
(AzureOpenAiChatOptions options) -
Uses of AzureOpenAiChatOptions in org.springframework.ai.azure.openai
Modifier and TypeFieldDescriptionprotected AzureOpenAiChatOptions
AzureOpenAiChatOptions.Builder.options
Modifier and TypeMethodDescriptionAzureOpenAiChatOptions.Builder.build()
AzureOpenAiChatClient.getDefaultOptions()
Modifier and TypeMethodDescriptionAzureOpenAiChatClient.withDefaultOptions
(AzureOpenAiChatOptions defaultOptions) Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionAzureOpenAiChatClient
(com.azure.ai.openai.OpenAIClient microsoftOpenAiClient, AzureOpenAiChatOptions options) AzureOpenAiChatClient
(com.azure.ai.openai.OpenAIClient microsoftOpenAiClient, AzureOpenAiChatOptions options, FunctionCallbackContext functionCallbackContext) Builder
(AzureOpenAiChatOptions options)
AzureOpenAiChatClient(OpenAIClient, AzureOpenAiChatOptions)
instead.