Gleanex.Platform.ChatCitationAnnotation (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ChatCitationAnnotation

Summary

Types

t()

@type t() :: %Gleanex.Platform.ChatCitationAnnotation{
  end_index: integer() | nil,
  snippets: [Gleanex.Platform.ChatCitationSnippet.t()] | nil,
  sources: [
    map()
    | Gleanex.Platform.ChatCustomEntitySource.t()
    | Gleanex.Platform.ChatFileSource.t()
    | Gleanex.Platform.ChatPersonSource.t()
  ],
  start_index: integer() | nil,
  type: String.t()
}