Exception: DeepAgentsRb::ToolNotFoundError
- Defined in:
- lib/deepagents/deepagentsrb/errors.rb
Overview
Error raised when a tool is not found
Instance Attribute Summary
Attributes inherited from ToolError
Instance Method Summary collapse
-
#initialize(tool_name) ⇒ ToolNotFoundError
constructor
A new instance of ToolNotFoundError.
Constructor Details
#initialize(tool_name) ⇒ ToolNotFoundError
20 21 22 |
# File 'lib/deepagents/deepagentsrb/errors.rb', line 20 def initialize(tool_name) super(tool_name, "Tool not found") end |