TextPacingConfigΒΆ
class TextPacingConfig
Word-rate emulation for paced streaming text input.
Fields:
tokens_per_secondfloat =20.0Emulated upstream text rate in whitespace-delimited words/sec. The field name is retained for configuration compatibility.
tokens_per_deltaint =1Whitespace-delimited words per input append event. The field name is retained for configuration compatibility.
gap_distributionstr ="fixed"Inter-delta gap distribution: fixed | poisson.
initial_delay_sfloat =0.0Delay before the first delta (upstream TTFT emulation).
seedint =42Base seed for per-request gap jitter (request seed = seed + request_id).