Uses of Class
org.springframework.ai.moonshot.MoonshotChatOptions
-
Uses of MoonshotChatOptions in org.springframework.ai.autoconfigure.moonshot
Modifier and TypeMethodDescriptionvoid
MoonshotChatProperties.setOptions
(MoonshotChatOptions options) -
Uses of MoonshotChatOptions in org.springframework.ai.moonshot
ModifierConstructorDescriptionMoonshotChatModel
(MoonshotApi moonshotApi, MoonshotChatOptions options) Initializes a new instance of the MoonshotChatModel.MoonshotChatModel
(MoonshotApi moonshotApi, MoonshotChatOptions options, FunctionCallbackResolver functionCallbackResolver, List<FunctionCallback> toolFunctionCallbacks, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes a new instance of the MoonshotChatModel.MoonshotChatModel
(MoonshotApi moonshotApi, MoonshotChatOptions options, FunctionCallbackResolver functionCallbackResolver, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the MoonshotChatModel.