shouldTrimHistory
shouldTrimHistory(
history,maxHistorySize,strategy):boolean
Defined in: conversation-history.ts:144
Check if history needs trimming
Parameters
Section titled “Parameters”history
Section titled “history”readonly IRMessage[]
Current history
maxHistorySize
Section titled “maxHistorySize”number
Maximum pairs to keep
strategy
Section titled “strategy”TrimStrategy = 'fifo'
Trimming strategy
Returns
Section titled “Returns”boolean
True if history exceeds limit