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

Function test_create_client_unknown

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected