pub fn to_jsonl(records: &[TurnRecord]) -> Result<String>Expand description
Serialize records as JSONL — the same shape every other append-log in
this crate uses.
pub fn to_jsonl(records: &[TurnRecord]) -> Result<String>Serialize records as JSONL — the same shape every other append-log in
this crate uses.