去掉空格

This commit is contained in:
zhang
2026-02-14 09:54:24 +08:00
parent 689adf079d
commit 07c9727345

View File

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