From c01e29c47f07a72eb40689291b5d3dd62b818010 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Tue, 3 Jun 2025 22:04:13 +0400 Subject: [PATCH] refac: model tools selection not working --- src/lib/components/chat/Chat.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 727e1ab62..ab7e41f6b 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -782,6 +782,7 @@ autoScroll = true; + resetInput(); await chatId.set(''); await chatTitle.set('');