factory GetRagEngineConfigRequest.fromJson(Map<String, dynamic> json) { return GetRagEngineConfigRequest(name: json['name'] ?? ''); }