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.

status

Method
This is a method of the FailoverManager class in the failover module.
Get failover manager status.

Signature

def status() -> Dict[str, Any]

Returns

Returns
Dict[str, Any]
Status information

Uses

  • p.to_dict
  • to_dict

Used By

Source

View on GitHub

praisonaiagents/llm/failover.py at line 392