Image
data class Image(val source: ImageSource, val cacheControl: AnthropicCacheControl? = null) : AnthropicContent(source)
Represents an image content type within the AnthropicContent hierarchy. This class is used to encapsulate image data, which can be sourced in different ways, such as via URLs or base64-encoded strings.