diff --git a/surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]/page.tsx b/surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]/page.tsx index df1290971..fe625f169 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]/page.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/new-chat/[[...chat_id]]/page.tsx @@ -1512,8 +1512,6 @@ export default function NewChatPage() { tokenUsageStore, pendingUserImageUrls, setPendingUserImageUrls, - upsertAgentAction, - updateAgentActionReversible, handleStreamTerminalError, handleChatFailure, persistAssistantTurn, @@ -1894,8 +1892,6 @@ export default function NewChatPage() { messages, searchSpaceId, tokenUsageStore, - upsertAgentAction, - updateAgentActionReversible, handleStreamTerminalError, persistAssistantTurn, ] @@ -2433,9 +2429,6 @@ export default function NewChatPage() { messageDocumentsMap, setMessageDocumentsMap, tokenUsageStore, - upsertAgentAction, - updateAgentActionReversible, - markAgentActionReverted, handleStreamTerminalError, persistAssistantTurn, persistUserTurn,