pub async fn list_sessions(
__arg0: State<SessionController>,
__arg1: Path<SessionPathParams>,
) -> Result<Json<Vec<SessionResponse>>, StatusCode>Available on crate feature
server only.Expand description
List sessions for a user (adk-go compatible)