This commit is contained in:
Timothy Jaeryang Baek 2026-08-24 07:28:09 -04:00
parent 495296346e
commit 8a170897ba

View file

@ -3227,6 +3227,9 @@
: atSelectedModel !== undefined
? [atSelectedModel.id]
: selectedModels;
if (!modelId && history.messages[parentId]) {
history.messages[parentId].models = [...selectedModelIds];
}
// Create response messages for each selected model
// Build message_ids list: [{model_id, message_id, modelIdx}, ...]