docs: correct compaction prune default (#30670)
This commit is contained in:
parent
b6305cb4cb
commit
9251e5d8c4
19 changed files with 38 additions and 38 deletions
|
|
@ -146,7 +146,7 @@ export const Info = Schema.Struct({
|
|||
description: "Enable automatic compaction when context is full (default: true)",
|
||||
}),
|
||||
prune: Schema.optional(Schema.Boolean).annotate({
|
||||
description: "Enable pruning of old tool outputs (default: true)",
|
||||
description: "Enable pruning of old tool outputs (default: false)",
|
||||
}),
|
||||
tail_turns: Schema.optional(NonNegativeInt).annotate({
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue