fix: Reset taskId after completion to prevent incorrect cancellation behavior
@@ -894,6 +894,8 @@
await chats.set(await getChatList(localStorage.token, $currentChatPage));
}
+
+ taskId = null
};
const chatActionHandler = async (chatId, actionId, modelId, responseMessageId, event = null) => {