Skip to main content

unregister

Method
This is a method of the ToolRegistry class in the registry module.
Remove a tool from the registry. Thread-safe: Uses lock for concurrent access.

Signature

Parameters

str
required
Tool name to remove

Returns

bool
True if tool was removed, False if not found

Used By

Source

View on GitHub

praisonaiagents/tools/registry.py at line 189