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.

get_profile

Method
This is a method of the FailoverManager class in the failover module.
Get a profile by name.

Signature

def get_profile(name: str) -> Optional[AuthProfile]

Parameters

name
str
required
Profile name

Returns

Returns
Optional[AuthProfile]
The profile or None if not found

Source

View on GitHub

praisonaiagents/llm/failover.py at line 265

Agent Profiles

Profiling