Skip to main content

register_tool

Function
This function is defined in the registry module.
Convenience function to register a tool with the global registry.

Signature

Parameters

Union[BaseTool, Callable]
required
No description available.
Optional[str]
No description available.
Optional[str]
No description available.
Optional
No description available.

Uses

  • register
  • get_registry

Used By

Source

View on GitHub

praisonaiagents/tools/registry.py at line 576

Tools Concept

Create Custom Tools

Tool Development