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

Class Method Details

.completeRubyLlmMesh::Response

Parameters:

  • (Object)

Returns:



36
37
38
# File 'lib/ruby_llm_mesh.rb', line 36

def self.complete(...)
  RubyLlmMesh.complete(...)
end

.configurationRubyLlmMesh::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.

Yields:

Yield Parameters:

Yield Returns:

  • (void)


40
41
42
# File 'lib/ruby_llm_mesh.rb', line 40

def self.configure(&)
  RubyLlmMesh.configure(&)
end