Class: AgentSandbox::RubyLLMTools::Base

Inherits:
RubyLLM::Tool
  • Object
show all
Defined in:
lib/agent_sandbox/ruby_llm_tools.rb

Direct Known Subclasses

Exec, PortUrl, ReadFile, WriteFile

Instance Method Summary collapse

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