From e4d45300b161c1551238ff99a999b2861f23112c Mon Sep 17 00:00:00 2001 From: Huarch Date: Wed, 20 May 2026 16:14:57 +0800 Subject: [PATCH] Fix missing chat session summary import Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- 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 19dc5f5..883c349 100644 --- a/src/components/chat/hooks/useAgentChatSession.ts +++ b/src/components/chat/hooks/useAgentChatSession.ts @@ -9,6 +9,7 @@ import type { BranchGroup, BranchTransition, ChatProgress, + ChatSessionSummary, LoadedChatState, Message, } from "../GlobalChatbox.types";