LemonAi.Types.ImageContent (lemon_ai v0.1.0)

View Source

Base64-encoded image content block

Summary

Types

t()

@type t() :: %LemonAi.Types.ImageContent{
  data: String.t(),
  mime_type: String.t(),
  type: :image
}