pub fn parse_jsonl_line(line: &str) -> Vec<TranscriptRecord>Expand description
Parse a single JSONL line into TranscriptRecords.
Returns a Vec because one JSONL line (e.g. a user message with tool_result blocks) can produce multiple records.
pub fn parse_jsonl_line(line: &str) -> Vec<TranscriptRecord>Parse a single JSONL line into TranscriptRecords.
Returns a Vec because one JSONL line (e.g. a user message with tool_result blocks) can produce multiple records.