Skip to main content

fill_transcripts

Function fill_transcripts 

Source
pub fn fill_transcripts(
    iteration_dir: &Path,
    harness: Harness,
    mechanism: DispatchMechanism,
    subagents_dir: Option<&Path>,
    overwrite: bool,
) -> Result<FillTranscriptsResult, PipelineError>
Expand description

Populate tool_invocations for every run.json under iteration_dir. See the module docs for the transcript sources and overwrite semantics.