pub fn read_transcript(path: &Path) -> Result<Vec<TranscriptEvent>>Expand description
Reads all TranscriptEvents from a JSONL file. Blank lines are
skipped; parse errors include the line number.
pub fn read_transcript(path: &Path) -> Result<Vec<TranscriptEvent>>Reads all TranscriptEvents from a JSONL file. Blank lines are
skipped; parse errors include the line number.