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