FailoverStatus
Defined in the failover module.Rust AI Agent SDK Status information for the failover manager.
Fields
| Name | Type | Description |
|---|---|---|
total_profiles | usize | Total number of profiles |
available_profiles | usize | Number of available profiles |
profiles | Vec<HashMap<String | Profile information |
serde_json | :Value>> | Profile information |
config | FailoverConfig | Configuration |
Source
View on GitHub
praisonai/src/failover/mod.rs at line 476
