Skip to main content

ToolTimeoutError

Defined in the Agents Generator module.
AI Agents Framework Raised when a wrapped tool exceeds its per-call timeout. Preserves the tool’s declared return-type contract: instead of silently downgrading a typed return value to a JSON string, the wrapper raises this so the framework adapter (a per-adapter concern) can translate it into whatever its framework expects.

Constructor

Any
required
No description available.
Any
required
No description available.
Any
required
No description available.

Source

View on GitHub

praisonai/agents_generator.py at line 175

Tools Concept

Create Custom Tools

Tool Development