Exception: RubyLLM::SemanticRouter::InvalidAgentError
- Defined in:
- lib/rubyllm/semantic_router/errors.rb
Overview
Raised when agent definition is incomplete
Instance Method Summary collapse
-
#initialize(message) ⇒ InvalidAgentError
constructor
A new instance of InvalidAgentError.
Constructor Details
#initialize(message) ⇒ InvalidAgentError
Returns a new instance of InvalidAgentError.
54 55 56 |
# File 'lib/rubyllm/semantic_router/errors.rb', line 54 def initialize() super("Invalid agent definition: #{}") end |