Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

list_tools

Method
This is a method of the PermissionAllowlist class in the approval module.
List all allowed tools.

Signature

def list_tools() -> List[str]

Returns

Returns
List[str]
The result of the operation.

Source

View on GitHub

praisonaiagents/approval.py at line 166

Tools Concept

Create Custom Tools

Tool Development