fix: dont auto continue if compaction was manual
This commit is contained in:
@@ -830,6 +830,7 @@ export namespace Server {
|
||||
providerID: body.providerID,
|
||||
modelID: body.modelID,
|
||||
},
|
||||
auto: false,
|
||||
})
|
||||
await SessionPrompt.loop(id)
|
||||
return c.json(true)
|
||||
|
||||
Reference in New Issue
Block a user