Timothy J. Baek преди 7 месеца
родител
ревизия
fdf02c4e86
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 = () => {