Provides struct and type for a ChatOutputMessage
Summary
Types
@type t() :: %Gleanex.Platform.ChatOutputMessage{ content: [Gleanex.Platform.ChatOutputTextContent.t()], role: String.t(), type: String.t() }
Provides struct and type for a ChatOutputMessage
@type t() :: %Gleanex.Platform.ChatOutputMessage{ content: [Gleanex.Platform.ChatOutputTextContent.t()], role: String.t(), type: String.t() }