Gleanex.Platform.ChatOutputTextContent (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ChatOutputTextContent

Summary

Types

t()

@type t() :: %Gleanex.Platform.ChatOutputTextContent{
  annotations: [Gleanex.Platform.ChatCitationAnnotation.t()] | nil,
  text: String.t(),
  type: String.t()
}