diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index 0cc03b497..2948e9a51 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -2054,7 +2054,7 @@ prompt ).catch((error) => { console.log(error); - return []; + return [prompt]; }); if (queries.length === 0) {