mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-11 05:41:10 -04:00
fix: Found and fix review mistakes
This commit is contained in:
@@ -46,8 +46,8 @@ public:
|
||||
|
||||
private:
|
||||
AgentConfig m_config;
|
||||
std::unique_ptr<Templates::JsonPromptTemplate> m_promptTemplate; // owned
|
||||
Providers::Provider *m_provider = nullptr; // child of this
|
||||
std::unique_ptr<Templates::JsonPromptTemplate> m_promptTemplate;
|
||||
Providers::Provider *m_provider = nullptr;
|
||||
QString m_invalidReason;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user