feat: add addToSet update operation to saveConvo to efficiently update modelHistory whenever a new model/endpoint combo is used

This commit is contained in:
Dustin Healy 2025-09-13 12:59:33 -07:00
parent cb8e76e27e
commit 465c81adee
2 changed files with 11 additions and 1 deletions

View file

@ -51,6 +51,7 @@ export const excludedKeys = new Set([
'_id',
'tools',
'model',
'modelHistory',
'files',
'spec',
'disableParams',