| 200 | } |
| 201 | |
| 202 | std::string ResponseBuilder::buildPartialResponse() { |
| 203 | return R"({"id":"incomplete","choices":[{"message":{"content":"partial)"; // Deliberately incomplete |
| 204 | } |
| 205 | |
| 206 | std::vector<std::string> ResponseBuilder::buildStreamingResponse( |
| 207 | const std::string& content) { |
nothing calls this directly
no outgoing calls
no test coverage detected