| 250 | } |
| 251 | |
| 252 | std::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 |
nothing calls this directly
no outgoing calls
no test coverage detected