Uses of Class
org.springframework.ai.model.azure.openai.autoconfigure.AzureOpenAiChatProperties
-
Uses of AzureOpenAiChatProperties in org.springframework.ai.model.azure.openai.autoconfigure
Methods in org.springframework.ai.model.azure.openai.autoconfigure with parameters of type AzureOpenAiChatPropertiesModifier and TypeMethodDescriptionorg.springframework.ai.azure.openai.AzureOpenAiChatModelAzureOpenAiChatAutoConfiguration.azureOpenAiChatModel(com.azure.ai.openai.OpenAIClientBuilder openAIClientBuilder, AzureOpenAiChatProperties chatProperties, org.springframework.ai.model.tool.ToolCallingManager toolCallingManager, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<org.springframework.ai.chat.observation.ChatModelObservationConvention> observationConvention, org.springframework.beans.factory.ObjectProvider<org.springframework.ai.model.tool.ToolExecutionEligibilityPredicate> azureOpenAiToolExecutionEligibilityPredicate)