mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-10 02:39:56 +00:00
fix: dont auto continue if compaction was manual
This commit is contained in:
@@ -146,6 +146,7 @@ export namespace MessageV2 {
|
||||
|
||||
export const CompactionPart = PartBase.extend({
|
||||
type: z.literal("compaction"),
|
||||
auto: z.boolean(),
|
||||
}).meta({
|
||||
ref: "CompactionPart",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user