zhou zhou
昨天 80a6d9236ade191a5de0975abe4de5a6e7e63915
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);
}