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

Method provider_name

tests/utils/mock_openai_client.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110std::string ControllableOpenAIClient::provider_name() const {
111 return "openai-test";
112}
113
114std::vector<std::string> ControllableOpenAIClient::supported_models() const {
115 return {"gpt-5.4", "gpt-5-mini", "gpt-4.1"};

Callers 4

TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36