diff --git a/src/App.jsx b/src/App.jsx index fe83bdb..ad4e1cd 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1271,7 +1271,6 @@ export default function App() { composerAttachments, createNewChat, finishCancelableRequest, - getChatLibraryForSession, getChatWorkflowForSession, imageAttachmentUnavailableReason, input, @@ -1453,7 +1452,6 @@ async function createNewChat() { .then(() => { const newSessions = chatSessions.filter(s => s.session_id !== sessionId); setChatSessions(newSessions); - setChatLibraryForSession(sessionId, null) if (activeSessionId === sessionId) { setActiveSessionId(newSessions.length > 0 ? newSessions[0].session_id : null); }