factory ActionTextOutputDelta.fromJson(Map<String, dynamic> json) => ActionTextOutputDelta( delta: (json['Delta'] as String?) ?? '', );