Fix for stale references after we regenerate.

This commit is contained in:
Adam Treat
2023-06-01 17:23:27 -04:00
parent aea94f756d
commit 28944ac01b
2 changed files with 18 additions and 9 deletions

View File

@@ -87,6 +87,7 @@ public:
Q_INVOKABLE bool hasCollection(const QString &collection) const;
Q_INVOKABLE void addCollection(const QString &collection);
Q_INVOKABLE void removeCollection(const QString &collection);
void resetResponseState();
public Q_SLOTS:
void serverNewPromptResponsePair(const QString &prompt);