Skip to main content

has_tool

Function
This function is defined in the registry module.
Check if a tool is registered in the global registry.

Signature

Parameters

str
required
Name of the tool to check

Returns

bool
True if tool exists, False otherwise

Uses

  • get_registry

Source

View on GitHub

praisonaiagents/tools/registry.py at line 609

Tools Concept

Create Custom Tools

Tool Development