mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
tweak: rename tail_tokens -> preserve_recent_tokens (#23491)
This commit is contained in:
parent
e539efe2b9
commit
c6c56ac2cf
5 changed files with 23 additions and 20 deletions
|
|
@ -11878,8 +11878,8 @@
|
|||
"minimum": 0,
|
||||
"maximum": 9007199254740991
|
||||
},
|
||||
"tail_tokens": {
|
||||
"description": "Token budget for retained recent turn spans during compaction",
|
||||
"preserve_recent_tokens": {
|
||||
"description": "Maximum number of tokens from recent turns to preserve verbatim after compaction",
|
||||
"type": "integer",
|
||||
"minimum": 0,
|
||||
"maximum": 9007199254740991
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue