Class: Charai::Agent::Sandbox
- Inherits:
-
Object
- Object
- Charai::Agent::Sandbox
- Defined in:
- lib/charai/agent.rb
Instance Method Summary collapse
-
#initialize(input_tool) ⇒ Sandbox
constructor
A new instance of Sandbox.
Constructor Details
#initialize(input_tool) ⇒ Sandbox
Returns a new instance of Sandbox.
86 87 88 |
# File 'lib/charai/agent.rb', line 86 def initialize(input_tool) @input_tool = input_tool end |