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()
AzureOpenAiChatOptions.copy()
static AzureOpenAiChatOptions
AzureOpenAiChatOptions.fromOptions
(AzureOpenAiChatOptions fromOptions) AzureOpenAiChatModel.getDefaultOptions()
Methods in org.springframework.ai.azure.openai with parameters of type AzureOpenAiChatOptionsModifier and TypeMethodDescriptionstatic AzureOpenAiChatOptions
AzureOpenAiChatOptions.fromOptions
(AzureOpenAiChatOptions fromOptions) Constructors in org.springframework.ai.azure.openai with parameters of type AzureOpenAiChatOptionsModifierConstructorDescriptionAzureOpenAiChatModel
(com.azure.ai.openai.OpenAIClientBuilder openAIClientBuilder, AzureOpenAiChatOptions options) AzureOpenAiChatModel
(com.azure.ai.openai.OpenAIClientBuilder openAIClientBuilder, AzureOpenAiChatOptions options, FunctionCallbackResolver functionCallbackResolver) AzureOpenAiChatModel
(com.azure.ai.openai.OpenAIClientBuilder openAIClientBuilder, AzureOpenAiChatOptions options, FunctionCallbackResolver functionCallbackResolver, List<FunctionCallback> toolFunctionCallbacks) AzureOpenAiChatModel
(com.azure.ai.openai.OpenAIClientBuilder openAIClientBuilder, AzureOpenAiChatOptions options, FunctionCallbackResolver functionCallbackResolver, List<FunctionCallback> toolFunctionCallbacks, io.micrometer.observation.ObservationRegistry observationRegistry) Builder
(AzureOpenAiChatOptions options)