Timothy Jaeryang Baek 2 月之前
父节点
当前提交
751e32e427
共有 1 个文件被更改,包括 1 次插入0 次删除
  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()
 			});