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.

set_global_timeout

Method
This is a method of the HookRegistry class in the registry module.
Set the global timeout for all hooks.

Signature

def set_global_timeout(timeout: float) -> Any

Parameters

timeout
float
required
No description available.

Returns

Returns
Any
The result of the operation.

Source

View on GitHub

praisonaiagents/hooks/registry.py at line 309