Skip to main content

encode_jsonl_bytes

Function encode_jsonl_bytes 

Source
pub fn encode_jsonl_bytes<I>(messages: I) -> Result<Vec<u8>, Error>
where I: IntoIterator<Item = A2uiMessage>,
Expand description

Encode an iterator of A2UI messages as JSONL bytes.