pub fn format_sse_event(
data: &str,
event_type: Option<&str>,
event_id: Option<&str>,
) -> StringExpand description
Create an SSE event string from structured data
This helper function formats data as proper SSE events with optional event type and ID fields.