From 477350a2a1118a83ac55c8214874de398e1bfddc Mon Sep 17 00:00:00 2001 From: Huarch Date: Wed, 20 May 2026 15:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/chat/hooks/useAgentChatSession.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/chat/hooks/useAgentChatSession.ts b/src/components/chat/hooks/useAgentChatSession.ts index e716cb1..19dc5f5 100644 --- a/src/components/chat/hooks/useAgentChatSession.ts +++ b/src/components/chat/hooks/useAgentChatSession.ts @@ -15,6 +15,7 @@ import type { import { cloneBranchGroups, cloneMessages, + createId, } from "../GlobalChatbox.utils"; import { deleteChatSession,