| 386 | } |
| 387 | |
| 388 | Context::ContextManager *LLMClientInterface::contextManager() const |
| 389 | { |
| 390 | return m_contextManager; |
| 391 | } |
| 392 | |
| 393 | void LLMClientInterface::sendCompletionToClient( |
| 394 | const QString &completion, const QJsonObject &request, bool isComplete) |
no outgoing calls
no test coverage detected