DEFAULT_COMPRESSION_TRIGGER_TOKENS

Constant DEFAULT_COMPRESSION_TRIGGER_TOKENS 

Source
pub const DEFAULT_COMPRESSION_TRIGGER_TOKENS: u32 = 100_000;
Expand description

Token count at which the default context window compression kicks in.

Every Live model both platforms serve today has a 128k-token window, and audio runs at roughly 25 tokens a second in each direction, so this fires only in a call that is already about an hour old — never in a short or medium session — while leaving headroom before the hard limit.