Class: Legion::LLM::Call::LexLLMAdapter::ToolShim
- Inherits:
-
Struct
- Object
- Struct
- Legion::LLM::Call::LexLLMAdapter::ToolShim
- Defined in:
- lib/legion/llm/call/lex_llm_adapter.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#params_schema ⇒ Object
Returns the value of attribute params_schema.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
82 83 84 |
# File 'lib/legion/llm/call/lex_llm_adapter.rb', line 82 def description @description end |
#name ⇒ Object
Returns the value of attribute name
82 83 84 |
# File 'lib/legion/llm/call/lex_llm_adapter.rb', line 82 def name @name end |
#params_schema ⇒ Object
Returns the value of attribute params_schema
82 83 84 |
# File 'lib/legion/llm/call/lex_llm_adapter.rb', line 82 def params_schema @params_schema end |