Class: Llm::Agent::Rails::Tool
- Inherits:
-
Struct
- Object
- Struct
- Llm::Agent::Rails::Tool
- Defined in:
- lib/llm/agent/rails/registry.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#name ⇒ Object
Returns the value of attribute name.
-
#schema ⇒ Object
Returns the value of attribute schema.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
5 6 7 |
# File 'lib/llm/agent/rails/registry.rb', line 5 def description @description end |
#handler ⇒ Object
Returns the value of attribute handler
5 6 7 |
# File 'lib/llm/agent/rails/registry.rb', line 5 def handler @handler end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/llm/agent/rails/registry.rb', line 5 def name @name end |
#schema ⇒ Object
Returns the value of attribute schema
5 6 7 |
# File 'lib/llm/agent/rails/registry.rb', line 5 def schema @schema end |
#version ⇒ Object
Returns the value of attribute version
5 6 7 |
# File 'lib/llm/agent/rails/registry.rb', line 5 def version @version end |