Exception: RubyLLM::SemanticRouter::NoDefaultAgentError
- Defined in:
- lib/rubyllm/semantic_router/errors.rb
Overview
Raised when no default agent is configured
Instance Method Summary collapse
-
#initialize ⇒ NoDefaultAgentError
constructor
A new instance of NoDefaultAgentError.
Constructor Details
#initialize ⇒ NoDefaultAgentError
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 |