| 180 | } |
| 181 | |
| 182 | GenerateResult AnthropicNetworkFailureSimulator::createNetworkErrorResult( |
| 183 | FailureType type) { |
| 184 | return GenerateResult(simulateFailure(type)); |
| 185 | } |
| 186 | |
| 187 | // AnthropicResponseBuilder implementation |
| 188 | std::string AnthropicResponseBuilder::buildSuccessResponse( |
nothing calls this directly
no test coverage detected