Merge pull request #22119 from Algorithm5838/fix/save-temp-chat-params

fix: pass params when saving a temporary chat
This commit is contained in:
Tim Baek
2026-03-02 05:06:02 +04:00
committed by GitHub
+1
View File
@@ -2724,6 +2724,7 @@
id: uuidv4(),
title: title.length > 50 ? `${title.slice(0, 50)}...` : title,
models: selectedModels,
params: params,
history: history,
messages: messages,
timestamp: Date.now()