Skip to main content

parse_jsonl_line

Function parse_jsonl_line 

Source
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.