1 2 3 4 5 6 7 8
# streaming/ SSE streaming response types and client streaming implementation. | File | Responsibility | |------|----------------| | types.rs | StreamEvent, MessageStreamEvent, and SSE parsing types | | client_impl.rs | Client streaming methods and SSE response handling |