Module: AiAgentRouter
- Defined in:
- lib/ruby_llm_mesh.rb,
sig/ruby_llm_mesh.rbs
Overview
Friendly alias matching the public DSL from the project overview
Class Method Summary collapse
- .complete ⇒ RubyLlmMesh::Response
- .configuration ⇒ RubyLlmMesh::Configuration
- .configure {|arg0| ... } ⇒ void
Class Method Details
.complete ⇒ RubyLlmMesh::Response
36 37 38 |
# File 'lib/ruby_llm_mesh.rb', line 36 def self.complete(...) RubyLlmMesh.complete(...) end |
.configuration ⇒ RubyLlmMesh::Configuration
44 45 46 |
# File 'lib/ruby_llm_mesh.rb', line 44 def self.configuration RubyLlmMesh.configuration end |
.configure {|arg0| ... } ⇒ void
This method returns an undefined value.
40 41 42 |
# File 'lib/ruby_llm_mesh.rb', line 40 def self.configure(&) RubyLlmMesh.configure(&) end |