Exception: RailsAiBridge::Registry::RemoteToolError

Inherits:
ContextProviderError show all
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

#category, #provider_name

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ RemoteToolError

Parameters:

  • message (String)

    safe, credential-free message



9
10
11
# File 'lib/rails_ai_bridge/registry/remote_tool_error.rb', line 9

def initialize(message)
  super(message, category: :remote_tool)
end