mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-10-23 12:24:38 -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