Skip to main content

ToolEntry

Defined in the registry module.
AI Agent Internal registry entry for a tool with optional dynamic schema override and trust level.

Properties

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

Methods

name()

Get the tool name.

schema()

Get the tool schema, applying dynamic overrides if present.

Source

View on GitHub

praisonaiagents/tools/registry.py at line 53

Tools Concept

Create Custom Tools

Tool Development