From 07b1327708dbb6599360b5731ab90e468e809ed4 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 24 Sep 2024 18:32:14 +0200 Subject: [PATCH] fix --- 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 af037851a..b6e2210a4 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -1690,6 +1690,7 @@ ) => { const responseMessage = history.messages[responseMessageId]; const userMessage = history.messages[parentId]; + const messages = createMessagesList(history.currentId); responseMessage.statusHistory = [ {