Skip to main content

sse_handler

Function sse_handler 

Source
pub async fn sse_handler(
    __arg0: State<ServerState>,
) -> Sse<impl Stream<Item = Result<Event, Infallible>>>
Expand description

SSE endpoint for streaming AG-UI events.