()
| 1417 | |
| 1418 | #[test] |
| 1419 | fn test_create_client_unknown_defaults_anthropic() { |
| 1420 | let config = LlmConfig::new("unknown_provider", "model", "key"); |
| 1421 | let _client = create_client_with_config(config); |
| 1422 | } |
| 1423 | |
| 1424 | #[test] |
| 1425 | fn test_create_client_with_base_url() { |
nothing calls this directly
no test coverage detected