Skip to main content

remove_tool

Function
This function is defined in the registry module.
Remove a tool from the global registry.

Signature

Parameters

str
required
Name of the tool to remove

Returns

bool
True if tool was found and removed, False otherwise

Uses

  • unregister
  • get_registry

Source

View on GitHub

praisonaiagents/tools/registry.py at line 621

Tools Concept

Create Custom Tools

Tool Development