Gleanex.Platform.SkillSourcePreview (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a SkillSourcePreview

Summary

Types

t()

@type t() :: %Gleanex.Platform.SkillSourcePreview{
  commit_sha: String.t(),
  description: String.t(),
  display_name: String.t(),
  file_tree: [String.t()],
  files: [Gleanex.Platform.SkillSourcePreviewFile.t()],
  main_content: String.t(),
  source_url: String.t()
}