Skip to main content

encode_jsonl_delta

Function encode_jsonl_delta 

Source
pub fn encode_jsonl_delta(messages: &[Message], start: usize) -> Result<String>
Expand description

Encode messages[start..] as JSONL — one line per message.

Separate from the upload path so it is unit-testable without a MinIO server.