Interface ObservationBufferConfig

interface ObservationBufferConfig {
    activationThresholdTokens: number;
}

Properties

activationThresholdTokens: number

Token threshold before observer should be triggered.

Default

30_000