Uses of Interface
org.springframework.ai.autoconfigure.azure.openai.AzureOpenAIClientBuilderCustomizer
Packages that use AzureOpenAIClientBuilderCustomizer
-
Uses of AzureOpenAIClientBuilderCustomizer in org.springframework.ai.autoconfigure.azure.openai
Method parameters in org.springframework.ai.autoconfigure.azure.openai with type arguments of type AzureOpenAIClientBuilderCustomizerModifier and TypeMethodDescriptioncom.azure.ai.openai.OpenAIClientBuilder
AzureOpenAiAutoConfiguration.openAIClientBuilder
(AzureOpenAiConnectionProperties connectionProperties, org.springframework.beans.factory.ObjectProvider<AzureOpenAIClientBuilderCustomizer> customizers) com.azure.ai.openai.OpenAIClientBuilder
AzureOpenAiAutoConfiguration.openAIClientWithTokenCredential
(AzureOpenAiConnectionProperties connectionProperties, com.azure.core.credential.TokenCredential tokenCredential, org.springframework.beans.factory.ObjectProvider<AzureOpenAIClientBuilderCustomizer> customizers)