This commit is contained in:
Timothy Jaeryang Baek 2025-07-13 03:26:52 +04:00
parent ada78cb952
commit 751e32e427

View file

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