Timothy J. Baek 7 månader sedan
förälder
incheckning
fdf02c4e86
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 = () => {