BinaryResult autogen.beta.events.types.BinaryResult dataclass # BinaryResult(data, metadata=dict()) Binary result emitted by the model. data instance-attribute # data metadata class-attribute instance-attribute # metadata = field(default_factory=dict) name property # name content async # content() Source code in autogen/beta/events/types.py 76 77async def content(self) -> bytes: return self.data