pub async fn progress_stream(
__arg0: State<GatewayState>,
__arg1: Path<String>,
) -> Sse<impl Stream<Item = Result<Event, Infallible>>>Expand description
SSE progress stream endpoint
GET /v1/progress/{operation_id}
Provides real-time progress updates via Server-Sent Events.