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

Method buildModelNotFoundResponse

tests/utils/mock_openai_client.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252std::string ResponseBuilder::buildModelNotFoundResponse() {
253 return buildErrorResponse(404, "model_not_found",
254 "The model 'invalid-model' does not exist");
255}
256
257} // namespace test
258} // namespace ai

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected