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

Method buildPartialResponse

tests/utils/mock_openai_client.cpp:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202std::string ResponseBuilder::buildPartialResponse() {
203 return R"({"id":"incomplete","choices":[{"message":{"content":"partial)"; // Deliberately incomplete
204}
205
206std::vector<std::string> ResponseBuilder::buildStreamingResponse(
207 const std::string& content) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected