Uses of Class
com.bytedesk.core.message.MessagePersistCache
Packages that use MessagePersistCache
Package
Description
Message handling package containing message models and processors
-
Uses of MessagePersistCache in com.bytedesk.ai.springai.base
Fields in com.bytedesk.ai.springai.base declared as MessagePersistCacheModifier and TypeFieldDescriptionprotected final MessagePersistCache
BaseSpringAIService.messagePersistCache
Constructors in com.bytedesk.ai.springai.base with parameters of type MessagePersistCacheModifierConstructorDescriptionprotected
BaseSpringAIService
(Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of MessagePersistCache in com.bytedesk.ai.springai.dashscope
Constructors in com.bytedesk.ai.springai.dashscope with parameters of type MessagePersistCacheModifierConstructorDescriptionSpringAIDashscopeService
(org.springframework.ai.chat.client.ChatClient bytedeskDashScopeChatClient, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, io.micrometer.core.instrument.MeterRegistry registry, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of MessagePersistCache in com.bytedesk.ai.springai.deepseek
Constructors in com.bytedesk.ai.springai.deepseek with parameters of type MessagePersistCacheModifierConstructorDescriptionSpringAIDeepseekService
(Optional<org.springframework.ai.openai.OpenAiChatModel> deepSeekChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of MessagePersistCache in com.bytedesk.ai.springai.gitee
Constructors in com.bytedesk.ai.springai.gitee with parameters of type MessagePersistCacheModifierConstructorDescriptionSpringAIGiteeService
(Optional<org.springframework.ai.openai.OpenAiChatModel> giteeChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of MessagePersistCache in com.bytedesk.ai.springai.ollama
Constructors in com.bytedesk.ai.springai.ollama with parameters of type MessagePersistCacheModifierConstructorDescriptionSpringAIOllamaService
(Optional<org.springframework.ai.ollama.OllamaChatModel> bytedeskOllamaChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of MessagePersistCache in com.bytedesk.ai.springai.siliconflow
Constructors in com.bytedesk.ai.springai.siliconflow with parameters of type MessagePersistCacheModifierConstructorDescriptionSpringAISiliconFlowService
(Optional<org.springframework.ai.openai.OpenAiChatModel> siliconFlowChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of MessagePersistCache in com.bytedesk.ai.springai.zhipuai
Constructors in com.bytedesk.ai.springai.zhipuai with parameters of type MessagePersistCacheModifierConstructorDescriptionSpringAIZhipuaiService
(org.springframework.ai.zhipuai.ZhiPuAiChatModel bytedeskZhipuaiChatModel, Optional<SpringAIVectorService> springAIVectorService, IMessageSendService messageSendService, UidUtils uidUtils, RobotRestService robotRestService, ThreadRestService threadRestService, MessagePersistCache messagePersistCache) -
Uses of MessagePersistCache in com.bytedesk.core.message
Fields in com.bytedesk.core.message declared as MessagePersistCacheModifier and TypeFieldDescriptionprivate final MessagePersistCache
MessageEventListener.messagePersistCache
private final MessagePersistCache
MessageService.messagePersistCache