Class: LLM::Fillin::Tool
- Inherits:
-
Struct
- Object
- Struct
- LLM::Fillin::Tool
- Defined in:
- lib/llm/fillin/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
4 5 6 |
# File 'lib/llm/fillin/registry.rb', line 4 def description @description end |
#handler ⇒ Object
Returns the value of attribute handler
4 5 6 |
# File 'lib/llm/fillin/registry.rb', line 4 def handler @handler end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/llm/fillin/registry.rb', line 4 def name @name end |
#schema ⇒ Object
Returns the value of attribute schema
4 5 6 |
# File 'lib/llm/fillin/registry.rb', line 4 def schema @schema end |
#version ⇒ Object
Returns the value of attribute version
4 5 6 |
# File 'lib/llm/fillin/registry.rb', line 4 def version @version end |