fix: reset taskId after conversation to prevent incorrect cancellation behavior

This commit is contained in:
hurxxxx 2025-03-11 21:18:53 +09:00
parent b03fc97e28
commit 1160e21d45

View File

@ -887,6 +887,8 @@
await chats.set(await getChatList(localStorage.token, $currentChatPage));
}
}
taskId = null
};
const chatActionHandler = async (chatId, actionId, modelId, responseMessageId, event = null) => {