zhou zhou
8 小时以前 5d16d9a0e7240ff4e6346bfee4890159da5a764e
rsf-server/src/main/java/com/vincent/rsf/server/ai/service/AiChatMemoryService.java
@@ -24,4 +24,8 @@
    AiChatSessionDto renameSession(Long userId, Long tenantId, Long sessionId, AiChatSessionRenameRequest request);
    AiChatSessionDto pinSession(Long userId, Long tenantId, Long sessionId, AiChatSessionPinRequest request);
    void clearSessionMemory(Long userId, Long tenantId, Long sessionId);
    void retainLatestRound(Long userId, Long tenantId, Long sessionId);
}