pub async fn handle_jsonrpc_stream(
__arg0: State<A2aController>,
__arg1: Json<JsonRpcRequest>,
) -> Result<Sse<impl Stream<Item = Result<Event, Infallible>>>, (StatusCode, Json<JsonRpcResponse>)>Available on crate feature
server only.Expand description
POST /a2a/stream - SSE streaming endpoint for A2A protocol