| 12 | |
| 13 | #[derive(Debug, Clone)] |
| 14 | pub struct AnthropicConfig { |
| 15 | pub api_key: String, |
| 16 | pub base_url: Option<String>, |
| 17 | } |
| 18 | |
| 19 | #[derive(Debug)] |
| 20 | pub struct AnthropicProvider { |
nothing calls this directly
no outgoing calls
no test coverage detected