ImageContent

@Serializable
@SerialName(value = "image")
data class ImageContent(val data: String, val mimeType: String, val annotations: Annotations? = null) : PromptContent, ToolContent, SamplingContent

Constructors

Link copied to clipboard
constructor(data: String, mimeType: String, annotations: Annotations? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard