Class: AgentSandbox::RubyLLMTools::Base
- Inherits:
-
RubyLLM::Tool
- Object
- RubyLLM::Tool
- AgentSandbox::RubyLLMTools::Base
- Defined in:
- lib/agent_sandbox/ruby_llm_tools.rb
Instance Method Summary collapse
-
#initialize(sandbox) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(sandbox) ⇒ Base
Returns a new instance of Base.
20 21 22 23 |
# File 'lib/agent_sandbox/ruby_llm_tools.rb', line 20 def initialize(sandbox) @sandbox = sandbox super() end |