zhou zhou
19 小时以前 b0728aba5c01842e24da3cff04e44be06c6bb655
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);
}