pub fn to_jsonl(records: &[TurnRecord]) -> Result<String, Error>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, Error>Serialize records as JSONL — the same shape every other append-log in
this crate uses.