Agents: safeguard compaction summarization
This commit is contained in:
committed by
Peter Steinberger
parent
42ff634a9d
commit
a96d299971
@@ -1210,6 +1210,7 @@ const AgentDefaultsSchema = z
|
||||
.optional(),
|
||||
compaction: z
|
||||
.object({
|
||||
mode: z.union([z.literal("default"), z.literal("safeguard")]).optional(),
|
||||
reserveTokensFloor: z.number().int().nonnegative().optional(),
|
||||
memoryFlush: z
|
||||
.object({
|
||||
|
||||
Reference in New Issue
Block a user