v0.10.0
Pre-release
Pre-release
If you're working with LLMs in Go this update will make you happy! sse.Read
is now a thing – it just parses all events from an io.Reader
. Use it with your response bodies and forget about any sse.Client
configuration. It also makes use of the new Go 1.23 iterators to keep your code neat and tidy.
Added
Read
andReadConfig