Structs§
- Open
AiChat Realtime - OpenAI‑compatible Chat Completions streaming client (SSE, stream=true).
Construct with the prompt/messages to stream and then call
start_stream
.
Traits§
- Realtime
- Trait for real‑time streaming capabilities (e.g., token streams over SSE).
- Stream
Item - Trait representing a single item yielded by a real‑time stream.