def attachments()

in aidial_adapter_bedrock/llm/model/stability/v2.py [0:0]


    def attachments(self) -> List[Attachment]:
        return [
            Attachment(
                title="Image",
                type="image/png",
                data=image,
            )
            for image in self.images
        ]