Uses of Class
org.springframework.ai.zhipuai.ZhiPuAiChatOptions
-
Uses of ZhiPuAiChatOptions in org.springframework.ai.autoconfigure.zhipuai
Modifier and TypeMethodDescriptionvoid
ZhiPuAiChatProperties.setOptions
(ZhiPuAiChatOptions options) -
Uses of ZhiPuAiChatOptions in org.springframework.ai.zhipuai
Modifier and TypeMethodDescriptionZhiPuAiChatOptions.Builder.build()
ZhiPuAiChatOptions.copy()
static ZhiPuAiChatOptions
ZhiPuAiChatOptions.fromOptions
(ZhiPuAiChatOptions fromOptions) Modifier and TypeMethodDescriptionstatic ZhiPuAiChatOptions
ZhiPuAiChatOptions.fromOptions
(ZhiPuAiChatOptions fromOptions) ModifierConstructorDescriptionBuilder
(ZhiPuAiChatOptions options) ZhiPuAiChatModel
(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options) Initializes an instance of the ZhiPuAiChatModel.ZhiPuAiChatModel
(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, FunctionCallbackContext functionCallbackContext, List<FunctionCallback> toolFunctionCallbacks, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes a new instance of the ZhiPuAiChatModel.ZhiPuAiChatModel
(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, FunctionCallbackContext functionCallbackContext, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes an instance of the ZhiPuAiChatModel.