MCPcopy Create free account
hub / github.com/ClickHouse/ai-sdk-cpp / provider_name

Method provider_name

tests/utils/mock_anthropic_client.cpp:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130std::string ControllableAnthropicClient::provider_name() const {
131 return "anthropic";
132}
133
134std::vector<std::string> ControllableAnthropicClient::supported_models() const {
135 return {"claude-opus-4-7", "claude-sonnet-4-6", "claude-haiku-4-5-20251001",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected