| 439 | #[derive(Debug, Clone, Serialize, Deserialize)] |
| 440 | #[serde(rename_all = "lowercase")] |
| 441 | pub enum AgentMode { |
| 442 | Primary, |
| 443 | Subagent, |
| 444 | All, |
| 445 | } |
| 446 | |
| 447 | #[derive(Debug, Clone, Serialize, Deserialize, Default)] |
| 448 | pub struct ProviderConfig { |
nothing calls this directly
no outgoing calls
no test coverage detected