Class: Prescient::Agent::ToolRegistry::Tool
- Inherits:
-
Struct
- Object
- Struct
- Prescient::Agent::ToolRegistry::Tool
- Defined in:
- lib/prescient/agent/tool_registry.rb
Overview
Returns Internal immutable tool descriptor.
Instance Attribute Summary collapse
-
#callable ⇒ Object
Returns the value of attribute callable.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#schema ⇒ Object
Returns the value of attribute schema.
Instance Attribute Details
#callable ⇒ Object
Returns the value of attribute callable
8 9 10 |
# File 'lib/prescient/agent/tool_registry.rb', line 8 def callable @callable end |
#description ⇒ Object
Returns the value of attribute description
8 9 10 |
# File 'lib/prescient/agent/tool_registry.rb', line 8 def description @description end |
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/prescient/agent/tool_registry.rb', line 8 def name @name end |
#schema ⇒ Object
Returns the value of attribute schema
8 9 10 |
# File 'lib/prescient/agent/tool_registry.rb', line 8 def schema @schema end |