mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-07 21:49:24 -04:00
fix: Found and fix review mistakes
This commit is contained in:
@@ -8,14 +8,12 @@
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
#include <utils/environment.h>
|
||||
|
||||
#include "ContextData.hpp"
|
||||
#include "ProviderID.hpp"
|
||||
#include "LLMQore/BaseClient.hpp"
|
||||
|
||||
namespace LLMQore {
|
||||
class BaseClient;
|
||||
class ToolsManager;
|
||||
}
|
||||
|
||||
@@ -63,8 +61,7 @@ public:
|
||||
void cancelRequest(const RequestID &requestId);
|
||||
::LLMQore::ToolsManager *toolsManager() const;
|
||||
|
||||
void setPromptCaching(
|
||||
bool enabled, bool extendedTtl, const QStringList &breakpoints = {});
|
||||
void setPromptCaching(bool enabled, bool extendedTtl, const QStringList &breakpoints = {});
|
||||
|
||||
private:
|
||||
QString m_url;
|
||||
|
||||
Reference in New Issue
Block a user