Class: RailsAiBridge::Registry::SkillSummary

Inherits:
Data
  • Object
show all
Defined in:
lib/rails_ai_bridge/registry/resolver.rb

Overview

Summary of a skill or agent for catalogs.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



39
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 39

SkillSummary = Data.define(:name, :pack, :description)

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



39
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 39

SkillSummary = Data.define(:name, :pack, :description)

#packObject (readonly)

Returns the value of attribute pack

Returns:

  • (Object)

    the current value of pack



39
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 39

SkillSummary = Data.define(:name, :pack, :description)