factory CodeInterpreterResources.fromJson(Map<String, dynamic> json) { return CodeInterpreterResources( fileIds: (json['file_ids'] as List?)?.cast<String>(), ); }