| 204 | } |
| 205 | |
| 206 | void LLMClientInterface::handleExit(const QJsonObject &request) |
| 207 | { |
| 208 | emit finished(); |
| 209 | } |
| 210 | |
| 211 | void LLMClientInterface::sendErrorResponse(const QJsonObject &request, const QString &errorMessage) |
| 212 | { |
nothing calls this directly
no outgoing calls
no test coverage detected