Gleanex.Platform.ChatFileSource (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ChatFileSource

Summary

Types

t()

@type t() :: %Gleanex.Platform.ChatFileSource{
  datasource: String.t() | nil,
  file_id: String.t(),
  title: String.t() | nil,
  type: String.t(),
  url: String.t() | nil
}