mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-10-01 01:24:49 -04:00
refactor: Remove non-streaming support (#229)
This commit is contained in:
@ -47,9 +47,6 @@ public:
|
||||
public slots:
|
||||
void onDataReceived(const QString &requestId, const QByteArray &data) override;
|
||||
void onRequestFinished(const QString &requestId, bool success, const QString &error) override;
|
||||
|
||||
private:
|
||||
QHash<QString, QString> m_accumulatedResponses;
|
||||
};
|
||||
|
||||
} // namespace QodeAssist::Providers
|
||||
|
Reference in New Issue
Block a user