pub async fn get_eval_sets(
__arg0: State<DebugController>,
__arg1: Path<String>,
) -> Result<Json<Vec<Value>>, StatusCode>Available on crate feature
server only.Expand description
Get evaluation sets for an app (stub - returns empty array)