Skip to main content

is_tool

Function
This function is defined in the decorator module.
Check if an object is a tool (BaseTool instance or decorated function).

Signature

Parameters

Any
required
No description available.

Returns

bool
The result of the operation.

Source

View on GitHub

praisonaiagents/tools/decorator.py at line 368

Tools Concept

Create Custom Tools

Tool Development