Skip to main content

Module streaming_handler

Module streaming_handler 

Source
Expand description

Streaming response handler for SSE conversion.

Extracts the streaming response conversion logic from response_body_filter to improve code organization and single responsibility principle.

Structsยง

StreamingResponseHandler
Handler for streaming SSE response conversion. Processes Chat API SSE chunks and converts them to Responses API SSE events.