force snapshot

This commit is contained in:
Dax Raad 2025-07-22 18:30:23 -04:00
parent 4ee81be180
commit ae1f3be109

View file

@ -819,7 +819,7 @@ export namespace Session {
})
switch (value.type) {
case "start":
const snapshot = await Snapshot.create(assistantMsg.sessionID)
const snapshot = await Snapshot.create(assistantMsg.sessionID, true)
if (snapshot)
await updatePart({
id: Identifier.ascending("part"),