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
|
|
@ -1648,9 +1648,9 @@ export type Config = {
|
|||
*/
|
||||
tail_turns?: number
|
||||
/**
|
||||
* Token budget for retained recent turn spans during compaction
|
||||
* Maximum number of tokens from recent turns to preserve verbatim after compaction
|
||||
*/
|
||||
tail_tokens?: number
|
||||
preserve_recent_tokens?: number
|
||||
/**
|
||||
* Token buffer for compaction. Leaves enough window to avoid overflow during compaction.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue