This commit is contained in:
tt
2025-10-30 17:32:53 +08:00
parent 768256bb09
commit ac1b819d38

View File

@@ -121,7 +121,7 @@ func (wk *wukongDB) AddOrUpdateConversationsBatchIfNotExist(conversations []Conv
return err
}
// 智能更新缓存中的会话数据
// 更新缓存中的会话数据
wk.conversationCache.UpdateConversationsInCache(conversations)
return nil