Skip to main content

Module wire

Module wire 

Source
Expand description

SSE wire decoder for OpenAI-compatible streams. Ported from openai-runtime::stream, with StreamEvent renamed to OaiEvent.

Structs§

RawChoice
RawChunk
RawDelta
RawFunctionDelta
RawPromptTokensDetails
RawToolCallDelta
RawUsage
StreamDecoder
ToolCallAccumulator

Functions§

parse_sse_line
Legacy text-only SSE line parser. Kept for simple use-cases; the main decoder path is StreamDecoder.