list_profiles
Method
This is a method of the FailoverManager class in the failover module.List all profiles.
Signature
Returns
List of all profiles
Source
View on GitHub
praisonaiagents/llm/failover.py at line 279list_profiles: List all profiles.
This is a method of the FailoverManager class in the failover module.List all profiles.
def list_profiles() -> List[AuthProfile]
praisonaiagents/llm/failover.py at line 279