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

Method config_info

tests/utils/mock_anthropic_client.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145std::string ControllableAnthropicClient::config_info() const {
146 return "Mock Anthropic Client for Testing";
147}
148
149GenerateOptions ControllableAnthropicClient::getLastGenerateOptions() const {
150 return last_generate_options_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected