in aidial_adapter_bedrock/llm/model/stability/v1.py [0:0]
def attachments(self) -> list[Attachment]:
self._throw_if_error()
return [
Attachment(
title="Image",
type="image/png",
data=self.artifacts[0].base64, # type: ignore
)
]