Add custom template prompt

This commit is contained in:
Petr Mironychev
2024-09-06 01:07:28 +02:00
parent 44add994b9
commit 1e0063a7bb
9 changed files with 125 additions and 1 deletions

View File

@ -97,6 +97,7 @@ public:
Utils::BoolAspect useFilePathInContext{this};
Utils::BoolAspect multiLineCompletion{this};
Utils::StringAspect customJsonTemplate{this};
Utils::StringAspect apiKey{this};
ButtonAspect resetToDefaults{this};