()
| 652 | |
| 653 | #[test] |
| 654 | fn test_create_client_anthropic() { |
| 655 | let _c = create_client_with_config(LlmConfig::new("anthropic", "claude-3", "k")); |
| 656 | } |
| 657 | |
| 658 | #[test] |
| 659 | fn test_create_client_openai() { |
nothing calls this directly
no test coverage detected