LemonAi.Types.TextContent (lemon_ai v0.1.0)

View Source

Plain text content block

Summary

Types

t()

@type t() :: %LemonAi.Types.TextContent{
  text: String.t(),
  text_signature: String.t() | nil,
  type: :text
}