Merge pull request #3 from StevenJack666/feature-v3.0.0

Feature v3.0.0
This commit is contained in:
steve
2026-02-14 10:44:13 +08:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -73,6 +73,9 @@ public abstract class AbstractStreamingChatService implements IChatService {
*/ */
private static final Map<Object, MessageWindowChatMemory> memoryCache = new ConcurrentHashMap<>(); private static final Map<Object, MessageWindowChatMemory> memoryCache = new ConcurrentHashMap<>();
/** /**
* 定义聊天流程骨架 * 定义聊天流程骨架
*/ */