mark_success
Method
This is a method of the FailoverProtocol class in the failover module.Mark a profile as successful.
Signature
Parameters
No description available.
Source
View on GitHub
praisonaiagents/llm/failover.py at line 159mark_success: Mark a profile as successful.
This is a method of the FailoverProtocol class in the failover module.Mark a profile as successful.
def mark_success(profile: AuthProfile) -> None
praisonaiagents/llm/failover.py at line 159