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