Image

@SerialName(value = "image")
data class Image(val type: String = "image", val source: AnthropicSseData.ImageSource) : AnthropicSseData.ContentBlock(source)

Constructors

Link copied to clipboard
constructor(type: String = "image", source: AnthropicSseData.ImageSource)

Properties

Link copied to clipboard
Link copied to clipboard