mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-09-28 16:15:56 -04:00
refactor: Remove non-streaming support (#229)
This commit is contained in:
@ -49,11 +49,7 @@ public slots:
|
||||
void onRequestFinished(const QString &requestId, bool success, const QString &error) override;
|
||||
|
||||
private:
|
||||
QHash<QString, QString> m_accumulatedResponses;
|
||||
bool handleStreamResponse(
|
||||
const QString &requestId, const QByteArray &data, QString &accumulatedResponse);
|
||||
bool handleRegularResponse(
|
||||
const QString &requestId, const QByteArray &data, QString &accumulatedResponse);
|
||||
bool handleStreamResponse(const QString &requestId, const QByteArray &data);
|
||||
};
|
||||
|
||||
} // namespace QodeAssist::Providers
|
||||
|
Reference in New Issue
Block a user