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

Method buildModelNotFoundResponse

tests/utils/mock_anthropic_client.cpp:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266std::string AnthropicResponseBuilder::buildModelNotFoundResponse() {
267 return buildErrorResponse(400, "invalid_request_error", "Model not found");
268}
269
270std::string AnthropicResponseBuilder::buildMaxTokensRequiredResponse() {
271 return buildErrorResponse(400, "invalid_request_error",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected