Exception: RubyLLM::SemanticRouter::NoDefaultAgentError

Inherits:
Error
  • Object
show all
Defined in:
lib/rubyllm/semantic_router/errors.rb

Overview

Raised when no default agent is configured

Instance Method Summary collapse

Constructor Details

#initializeNoDefaultAgentError

Returns a new instance of NoDefaultAgentError.



17
18
19
# File 'lib/rubyllm/semantic_router/errors.rb', line 17

def initialize
  super("No default agent configured. Set default_agent when creating the router.")
end