ExBifrost.Model.AnthropicContentBlockSource (ex_bifrost v0.1.0)

Copy Markdown View Source

For image/document content

Summary

Types

t()

@type t() :: %ExBifrost.Model.AnthropicContentBlockSource{
  data: String.t() | nil,
  media_type: String.t() | nil,
  type: String.t(),
  url: String.t() | nil
}

Functions

decode(value)