Module: RubyLLM::ToolExecutors
- Defined in:
- lib/swarm_sdk/ruby_llm_patches/tool_concurrency_patch.rb
Overview
Built-in tool executors
Defined Under Namespace
Modules: AsyncExecutor
Class Method Summary collapse
Class Method Details
.register_defaults ⇒ Object
27 28 29 30 |
# File 'lib/swarm_sdk/ruby_llm_patches/tool_concurrency_patch.rb', line 27 def register_defaults register_threads_executor register_async_executor end |