Class: RailsAiBridge::Registry::ResolvedSkill
- Inherits:
-
Data
- Object
- Data
- RailsAiBridge::Registry::ResolvedSkill
- Defined in:
- lib/rails_ai_bridge/registry/resolver.rb
Overview
A resolved skill or agent, containing its content and metadata.
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#pack ⇒ Object
readonly
Returns the value of attribute pack.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
29 |
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 29 ResolvedSkill = Data.define(:name, :pack, :path, :content) |
#name ⇒ Object (readonly)
Returns the value of attribute name
29 |
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 29 ResolvedSkill = Data.define(:name, :pack, :path, :content) |
#pack ⇒ Object (readonly)
Returns the value of attribute pack
29 |
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 29 ResolvedSkill = Data.define(:name, :pack, :path, :content) |
#path ⇒ Object (readonly)
Returns the value of attribute path
29 |
# File 'lib/rails_ai_bridge/registry/resolver.rb', line 29 ResolvedSkill = Data.define(:name, :pack, :path, :content) |