Skip to content

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
async def content(self) -> bytes:
    return self.data