Class: RailsAiBridge::Registry::SkillSummary
- Inherits:
-
Data
- Object
- Data
- RailsAiBridge::Registry::SkillSummary
- Defined in:
- lib/rails_ai_bridge/registry/resolver.rb
Overview
Summary of a skill or agent for catalogs.
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#pack ⇒ Object
readonly
Returns the value of attribute pack.
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description
39 |
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 39 SkillSummary = Data.define(:name, :pack, :description) |
#name ⇒ Object (readonly)
Returns the value of attribute name
39 |
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 39 SkillSummary = Data.define(:name, :pack, :description) |
#pack ⇒ Object (readonly)
Returns the value of attribute pack
39 |
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 39 SkillSummary = Data.define(:name, :pack, :description) |