ContextWindowCompressionConfig

@Serializable
data class ContextWindowCompressionConfig(val slidingWindow: SlidingWindow? = null, val triggerTokens: Long? = null)

Represents the context window compression config.

Constructors

Link copied to clipboard
constructor(slidingWindow: SlidingWindow? = null, triggerTokens: Long? = null)

Properties

Link copied to clipboard

The sliding window.

Link copied to clipboard
val triggerTokens: Long?

The trigger tokens.