diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index ca766c9f7..61c8827fc 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -887,6 +887,8 @@ await chats.set(await getChatList(localStorage.token, $currentChatPage)); } } + + taskId = null }; const chatActionHandler = async (chatId, actionId, modelId, responseMessageId, event = null) => {