Exception: RailsAiBridge::Registry::RemoteToolError
- Inherits:
-
ContextProviderError
- Object
- StandardError
- Error
- ContextProviderError
- RailsAiBridge::Registry::RemoteToolError
- Defined in:
- lib/rails_ai_bridge/registry/remote_tool_error.rb
Overview
The requested tool is unknown, not advertised as safe, or not allowed.
Instance Attribute Summary
Attributes inherited from ContextProviderError
Instance Method Summary collapse
- #initialize(message) ⇒ RemoteToolError constructor
Constructor Details
#initialize(message) ⇒ RemoteToolError
9 10 11 |
# File 'lib/rails_ai_bridge/registry/remote_tool_error.rb', line 9 def initialize() super(, category: :remote_tool) end |