Toolnexus.Skill.Source (toolnexus v0.9.4)

Copy Markdown View Source

The built skill source: skills + the single skill tool + system-prompt catalog.

Summary

Types

t()

@type t() :: %Toolnexus.Skill.Source{
  prompt: String.t(),
  skills: [Toolnexus.Skill.Info.t()],
  tool: Toolnexus.Tool.t()
}