@langwatch/scenario
    Preparing search index...

    Class InterruptionConfig

    Interruption configuration for user-simulator interruptions (driven by interruptProbability).

    Defaults match the Python source. pickRandomPhrase/sampleDelay/ shouldInterrupt accept an optional rng so callers can pass a seeded PRNG for deterministic tests; otherwise Math.random is used.

    Index
    delayRange: readonly [number, number]
    phrases: readonly string[]
    probability: number