SlidingWindow

@Serializable
data class SlidingWindow(val targetTokens: Long? = null)

Represents the sliding window.

Constructors

Link copied to clipboard
constructor(targetTokens: Long? = null)

Properties

Link copied to clipboard
val targetTokens: Long?

The target tokens.