Uses of Class
org.springframework.ai.moonshot.MoonshotChatOptions
Packages that use MoonshotChatOptions
-
Uses of MoonshotChatOptions in org.springframework.ai.autoconfigure.moonshot
Methods in org.springframework.ai.autoconfigure.moonshot that return MoonshotChatOptionsMethods in org.springframework.ai.autoconfigure.moonshot with parameters of type MoonshotChatOptionsModifier and TypeMethodDescriptionvoid
MoonshotChatProperties.setOptions
(MoonshotChatOptions options) -
Uses of MoonshotChatOptions in org.springframework.ai.moonshot
Methods in org.springframework.ai.moonshot that return MoonshotChatOptionsConstructors in org.springframework.ai.moonshot with parameters of type MoonshotChatOptionsModifierConstructorDescriptionMoonshotChatModel
(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.