Timothy Jaeryang Baek 3 tháng trước cách đây
mục cha
commit
1080ecd22c

+ 1 - 1
src/lib/components/chat/MessageInput/Commands/Knowledge.svelte

@@ -127,7 +127,7 @@
 										...a,
 										...(item?.files ?? []).map((file) => ({
 											...file,
-											collection: { name: item.name, description: item.description }
+											collection: { name: item.name, description: item.description } // DO NOT REMOVE, USED IN FILE DESCRIPTION/ATTACHMENT
 										}))
 									])
 								];