We recently released the LibreOfficeFileConverter in #3006
While working on the integration page I realized that we don't populate the mime_type field in the ByteStream dataclass. This info isn't required but is helpful to have so we should update the converter to populate the mime_type field in the returned ByteStreams.
We recently released the
LibreOfficeFileConverterin #3006While working on the integration page I realized that we don't populate the
mime_typefield in theByteStreamdataclass. This info isn't required but is helpful to have so we should update the converter to populate themime_typefield in the returnedByteStreams.