zhou zhou
18 小时以前 05148eeef860d33232874a640dbd67ba43ac5686
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);
}