pub async fn run_sse_compat(
__arg0: State<RuntimeController>,
__arg1: Json<RunSseRequest>,
) -> Result<Sse<impl Stream<Item = Result<Event, Infallible>>>, StatusCode>Available on crate feature
server only.Expand description
POST /run_sse - adk-go compatible endpoint Accepts JSON body with appName, userId, sessionId, newMessage