pub fn parse_sse_stream<S>(stream: S) -> ChatStreamExpand description
Parse an OpenAI-compatible SSE stream into chat chunks.
This function includes protection against unbounded memory growth by limiting
the internal buffer size to MAX_SSE_BUFFER_SIZE.