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";