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.

get_available_tools

Method
This is a method of the BaseAutoGenerator class in the auto module.
Return list of available tools for agent assignment.

Signature

def get_available_tools() -> List[str]

Returns

Returns
List[str]
The result of the operation.

Source

View on GitHub

praisonai/auto.py at line 532

Tools Concept

Create Custom Tools

Tool Development