pub async fn get_session_from_path(
__arg0: State<SessionController>,
__arg1: Path<SessionPathParams>,
) -> Result<Json<SessionResponse>, StatusCode>Available on crate feature
server only.Expand description
Get session from URL path parameters (adk-go compatible)