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
Modifier and TypeFieldDescriptionprotected MoonshotChatOptions
MoonshotChatOptions.Builder.options
ModifierConstructorDescriptionBuilder
(MoonshotChatOptions options) MoonshotChatModel
(MoonshotApi moonshotApi, MoonshotChatOptions options) Initializes a new instance of the MoonshotChatModel.MoonshotChatModel
(MoonshotApi moonshotApi, MoonshotChatOptions options, FunctionCallbackContext functionCallbackContext, 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, FunctionCallbackContext functionCallbackContext, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes a new instance of the MoonshotChatModel.