Timothy Jaeryang Baek hai 6 meses
pai
achega
d2a462a3ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/components/chat/Chat.svelte

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

@@ -2054,7 +2054,7 @@
 			prompt
 		).catch((error) => {
 			console.log(error);
-			return [];
+			return [prompt];
 		});
 
 		if (queries.length === 0) {