| 215 | } |
| 216 | |
| 217 | std::string AnthropicResponseBuilder::buildPartialResponse() { |
| 218 | return "{\"type\":\"message\",\"role\":\"assistant\",\"content\":[{\"type\":" |
| 219 | "\"text\",\"text\":\"Partial"; // Intentionally incomplete |
| 220 | } |
| 221 | |
| 222 | std::vector<std::string> AnthropicResponseBuilder::buildStreamingResponse( |
| 223 | const std::string& content) { |
nothing calls this directly
no outgoing calls
no test coverage detected