Uses of Class
org.springframework.ai.model.openai.autoconfigure.OpenAiChatProperties

  • Uses of OpenAiChatProperties in org.springframework.ai.model.openai.autoconfigure

    Modifier and Type
    Method
    Description
    org.springframework.ai.openai.OpenAiChatModel
    OpenAiChatAutoConfiguration.openAiChatModel(OpenAiConnectionProperties commonProperties, OpenAiChatProperties chatProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.web.client.RestClient.Builder> restClientBuilderProvider, org.springframework.beans.factory.ObjectProvider<org.springframework.web.reactive.function.client.WebClient.Builder> webClientBuilderProvider, org.springframework.ai.model.tool.ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, org.springframework.web.client.ResponseErrorHandler responseErrorHandler, 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> openAiToolExecutionEligibilityPredicate)