Class: Riffer::ToolRuntime::Inline
- Inherits:
-
Riffer::ToolRuntime
- Object
- Riffer::ToolRuntime
- Riffer::ToolRuntime::Inline
- Defined in:
- lib/riffer/tool_runtime/inline.rb
Overview
Executes tool calls sequentially in the current thread.
This is the default tool runtime used when no runtime is configured.
Instance Method Summary collapse
-
#initialize ⇒ Inline
constructor
– : () -> void.
Methods inherited from Riffer::ToolRuntime
Constructor Details
#initialize ⇒ Inline
– : () -> void
11 12 13 |
# File 'lib/riffer/tool_runtime/inline.rb', line 11 def initialize super(runner: Riffer::Runner::Sequential.new) end |