pub fn fill_transcripts(
iteration_dir: &Path,
harness: Harness,
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.