Timothy J. Baek před 7 měsíci
rodič
revize
fdf02c4e86
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/lib/components/chat/Chat.svelte

+ 1 - 1
src/lib/components/chat/Chat.svelte

@@ -1535,7 +1535,7 @@
 			);
 		}
 
-		history.messages[responseMessageId] = responseMessage;
+		history.messages[responseMessage.id] = responseMessage;
 	};
 
 	const stopResponse = () => {