Gleanex.Platform.ChatOutputMessage (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ChatOutputMessage

Summary

Types

t()

@type t() :: %Gleanex.Platform.ChatOutputMessage{
  content: [Gleanex.Platform.ChatOutputTextContent.t()],
  role: String.t(),
  type: String.t()
}