MCPcopy Create free account
hub / github.com/AI45Lab/Code / test_create_client_unknown_defaults_anthropic

Function test_create_client_unknown_defaults_anthropic

core/src/llm/tests.rs:1419–1422  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected