1
1 天以前 34503a2e9a29418346a4ac8f84170ab8f4321d6e
rsf-server/src/main/java/com/vincent/rsf/server/ai/service/AiChatService.java
@@ -22,4 +22,8 @@
    AiChatSessionDto renameSession(Long sessionId, AiChatSessionRenameRequest request, Long userId, Long tenantId);
    AiChatSessionDto pinSession(Long sessionId, AiChatSessionPinRequest request, Long userId, Long tenantId);
    void clearSessionMemory(Long sessionId, Long userId, Long tenantId);
    void retainLatestRound(Long sessionId, Long userId, Long tenantId);
}