Expand description
SSE wire decoder for OpenAI-compatible streams. Ported from
openai-runtime::stream, with StreamEvent renamed to OaiEvent.
Structs§
- RawChoice
- RawChunk
- RawDelta
- RawFunction
Delta - RawPrompt
Tokens Details - RawTool
Call Delta - RawUsage
- Stream
Decoder - Tool
Call Accumulator
Functions§
- parse_
sse_ line - Legacy text-only SSE line parser. Kept for simple use-cases; the main
decoder path is
StreamDecoder.