TextChannelGeneratorConfigΒΆ

class TextChannelGeneratorConfig ( BaseChannelGeneratorConfig )

Configuration for text channel input generation.

Polymorphic Type:

type: text

All BaseChannelGeneratorConfig types:

Fields:

body_length_generatorBaseLengthGeneratorConfig = UniformLengthGeneratorConfig

The generator for the body (prompt) length.

Available types:

shared_prefix_ratiofloat = 0.0

Fraction of prompt tokens to use as shared prefix for root requests (0.0-1.0)

shared_prefix_probabilityfloat = 1.0

Probability that a root request uses shared prefix (0.0-1.0)