Uses of Class
org.springframework.ai.zhipuai.ZhiPuAiChatOptions
Packages that use ZhiPuAiChatOptions
-
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 ZhiPuAiChatOptionsZhiPuAiChatOptions.fromOptions(ZhiPuAiChatOptions fromOptions) Methods in org.springframework.ai.zhipuai with parameters of type ZhiPuAiChatOptionsModifier and TypeMethodDescriptionstatic ZhiPuAiChatOptionsZhiPuAiChatOptions.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, org.springframework.ai.model.tool.ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes an instance of the ZhiPuAiChatModel.ZhiPuAiChatModel(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, org.springframework.ai.model.tool.ToolCallingManager toolCallingManager, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry, org.springframework.ai.model.tool.ToolExecutionEligibilityPredicate toolExecutionEligibilityPredicate) Initializes a new instance of the ZhiPuAiChatModel.ZhiPuAiChatModel(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, org.springframework.retry.support.RetryTemplate retryTemplate) Initializes an instance of the ZhiPuAiChatModel.ZhiPuAiChatModel(ZhiPuAiApi zhiPuAiApi, ZhiPuAiChatOptions options, org.springframework.retry.support.RetryTemplate retryTemplate, io.micrometer.observation.ObservationRegistry observationRegistry) Initializes an instance of the ZhiPuAiChatModel.