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,