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
Fields in org.springframework.ai.moonshot declared as MoonshotChatOptionsModifier and TypeFieldDescriptionprotected MoonshotChatOptions
MoonshotChatOptions.Builder.options
Methods in org.springframework.ai.moonshot that return MoonshotChatOptionsConstructors in org.springframework.ai.moonshot with parameters of type MoonshotChatOptionsModifierConstructorDescriptionBuilder
(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.