fix: Remove replace message after complete receiving

This commit is contained in:
Petr Mironychev
2025-11-12 20:32:01 +01:00
parent a26d475806
commit fea9ecddc8
4 changed files with 7 additions and 25 deletions

View File

@ -61,7 +61,7 @@ private slots:
void handleCleanAccumulatedData(const QString &requestId);
private:
void handleLLMResponse(const QString &response, const QJsonObject &request, bool isComplete);
void handleLLMResponse(const QString &response, const QJsonObject &request);
QString getCurrentFileContext() const;
QString getSystemPromptWithLinkedFiles(
const QString &basePrompt, const QList<QString> &linkedFiles) const;