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.

tool_description

Method
This is a method of the Handoff class in the handoff module.
Get the tool description for this handoff.

Signature

def tool_description() -> str

Returns

Returns
str
The result of the operation.

Uses

  • default_tool_description

Source

View on GitHub

praisonaiagents/agent/handoff.py at line 247

Tools Concept

Create Custom Tools

Tool Development