def informative_content_type()

in aidial_adapter_vertexai/dial_api/resource.py [0:0]


    def informative_content_type(self) -> str | None:
        if (
            self.attachment.type is None
            or "octet-stream" in self.attachment.type
        ):
            return None
        return self.attachment.type