class Riffer::Tools::Runtime::Inline
Executes tool calls sequentially in the current thread — the default runtime.
Public Class Methods
Source
# File lib/riffer/tools/runtime/inline.rb, line 8 def initialize super(runner: Riffer::Runner::Sequential.new) end
Calls superclass method
Riffer::Tools::Runtime::new