mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 02:49:12 -04:00
fix: Cleanup accumulated text in one request
This commit is contained in:
@@ -83,7 +83,6 @@ signals:
|
||||
void fullResponseReceived(
|
||||
const QodeAssist::LLMCore::RequestID &requestId, const QString &fullText);
|
||||
void requestFailed(const QodeAssist::LLMCore::RequestID &requestId, const QString &error);
|
||||
signals:
|
||||
void toolExecutionStarted(
|
||||
const QString &requestId, const QString &toolId, const QString &toolName);
|
||||
void toolExecutionCompleted(
|
||||
@@ -91,6 +90,7 @@ signals:
|
||||
const QString &toolId,
|
||||
const QString &toolName,
|
||||
const QString &result);
|
||||
void continuationStarted(const QodeAssist::LLMCore::RequestID &requestId);
|
||||
|
||||
protected:
|
||||
QJsonObject parseEventLine(const QString &line);
|
||||
|
||||
Reference in New Issue
Block a user