Timothy Jaeryang Baek 5 tháng trước cách đây
mục cha
commit
d2a462a3ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {