Uses of Class
org.springframework.ai.zhipuai.ZhiPuAiChatOptions
Packages that use ZhiPuAiChatOptions
-
Uses of ZhiPuAiChatOptions in org.springframework.ai.autoconfigure.zhipuai
Methods in org.springframework.ai.autoconfigure.zhipuai that return ZhiPuAiChatOptionsMethods in org.springframework.ai.autoconfigure.zhipuai with parameters of type ZhiPuAiChatOptionsModifier and TypeMethodDescriptionvoid
ZhiPuAiChatProperties.setOptions
(ZhiPuAiChatOptions options) -
Uses of ZhiPuAiChatOptions in org.springframework.ai.zhipuai
Fields in org.springframework.ai.zhipuai declared as ZhiPuAiChatOptionsMethods in org.springframework.ai.zhipuai that return ZhiPuAiChatOptionsModifier and TypeMethodDescriptionZhiPuAiChatOptions.Builder.build()
ZhiPuAiChatOptions.copy()
static ZhiPuAiChatOptions
ZhiPuAiChatOptions.fromOptions
(ZhiPuAiChatOptions fromOptions) Methods in org.springframework.ai.zhipuai with parameters of type ZhiPuAiChatOptionsModifier and TypeMethodDescriptionstatic ZhiPuAiChatOptions
ZhiPuAiChatOptions.fromOptions
(ZhiPuAiChatOptions fromOptions) Constructors in org.springframework.ai.zhipuai with parameters of type ZhiPuAiChatOptionsModifierConstructorDescriptionBuilder
(ZhiPuAiChatOptions options) ZhiPuAiChatModel
(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options) Initializes an instance of the ZhiPuAiChatModel.ZhiPuAiChatModel
(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, FunctionCallbackResolver functionCallbackResolver, 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, FunctionCallbackResolver functionCallbackResolver, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes an instance of the ZhiPuAiChatModel.