class Riffer::ToolRuntime::Inline
Executes tool calls sequentially in the current thread.
This is the default tool runtime used when no runtime is configured.
Public Class Methods
Source
# File lib/riffer/tool_runtime/inline.rb, line 11 def initialize super(runner: Riffer::Runner::Sequential.new) end
Calls superclass method
Riffer::ToolRuntime::new