Smith::LLM::SSE
Server-Sent Events framing: blank-line separated records whose payload
lives on data: lines.
Constants
DONE = "[DONE]"
Class methods
each_data(io : IO, &)
Yields the payload of every data: line, stopping at the [DONE]
sentinel or end of stream.