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 = [ {