Gleanex.Client.ChatSuggestion (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ChatSuggestion

Summary

Types

t()

@type t() :: %Gleanex.Client.ChatSuggestion{
  cta: String.t() | nil,
  feature: String.t() | nil,
  query: String.t() | nil,
  sourceDocumentIds: [String.t()] | nil
}