()
| 662 | |
| 663 | #[test] |
| 664 | fn test_create_client_unknown() { |
| 665 | let _c = create_client_with_config(LlmConfig::new("unknown", "m", "k")); |
| 666 | } |
| 667 | |
| 668 | #[test] |
| 669 | fn test_anthropic_build_request_basic() { |
nothing calls this directly
no test coverage detected