Timothy Jaeryang Baek 2 months ago
parent
commit
751e32e427
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/components/chat/Chat.svelte

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

@@ -1988,6 +1988,7 @@
 				history: history,
 				messages: createMessagesList(history, history.currentId),
 				tags: [],
+				...($selectedFolder ? { folder_id: $selectedFolder?.id } : {}),
 				timestamp: Date.now()
 			});