Class: Riffer::Tools::Runtime::Inline
- Inherits:
-
Riffer::Tools::Runtime
- Object
- Riffer::Tools::Runtime
- Riffer::Tools::Runtime::Inline
- Defined in:
- lib/riffer/tools/runtime/inline.rb
Overview
Executes tool calls sequentially in the current thread — the default runtime.
Instance Method Summary collapse
-
#initialize ⇒ Inline
constructor
– : () -> void.
Methods inherited from Riffer::Tools::Runtime
Constructor Details
#initialize ⇒ Inline
– : () -> void
8 9 10 |
# File 'lib/riffer/tools/runtime/inline.rb', line 8 def initialize super(runner: Riffer::Runner::Sequential.new) end |