Uses of Class
org.springframework.ai.autoconfigure.moonshot.MoonshotCommonProperties
Packages that use MoonshotCommonProperties
-
Uses of MoonshotCommonProperties in org.springframework.ai.autoconfigure.moonshot
Methods in org.springframework.ai.autoconfigure.moonshot with parameters of type MoonshotCommonPropertiesModifier and TypeMethodDescriptionMoonshotAutoConfiguration.moonshotChatModel
(MoonshotCommonProperties commonProperties, MoonshotChatProperties chatProperties, org.springframework.beans.factory.ObjectProvider<org.springframework.web.client.RestClient.Builder> restClientBuilderProvider, List<FunctionCallback> toolFunctionCallbacks, FunctionCallbackResolver functionCallbackResolver, 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<ChatModelObservationConvention> observationConvention)