SyntheticSessionGeneratorConfigΒΆ
class SyntheticSessionGeneratorConfig ( BaseSessionGeneratorConfig )
Configuration for synthetic session generation.
Polymorphic Type:
type: syntheticAll
BaseSessionGeneratorConfigtypes:
synthetic: SyntheticSessionGeneratorConfig
lmeval: LmevalSessionGeneratorConfig
trace: TraceSessionGeneratorConfig
Fields:
session_graphBaseSessionGraphGeneratorConfig = LinearSessionGraphGeneratorConfigThe generator for the session graphs.
Available types:
single_request: SingleRequestSessionGraphGeneratorConfigbranching: BranchingSessionGraphGeneratorConfig
channelslist [ BaseChannelGeneratorConfig ] =[<TextChannelGeneratorConfig>]The modality channels for the input content of each request.
Available types:
image: ImageChannelGeneratorConfigaudio: AudioChannelGeneratorConfigvideo: VideoChannelGeneratorConfig
output_specOutputSpecConfig = OutputSpecConfigSpecification for expected output from the model, for supported modalities (e.g., output token length, image count).