refactor: Improve system prompt and message

This commit is contained in:
Petr Mironychev
2025-02-12 01:47:52 +01:00
parent 1fa6a225a4
commit 7d23d0323f
5 changed files with 26 additions and 22 deletions

View File

@ -68,7 +68,6 @@ public:
Utils::StringAspect systemPrompt{this};
Utils::BoolAspect useUserMessageTemplateForCC{this};
Utils::StringAspect userMessageTemplateForCC{this};
Utils::BoolAspect useFilePathInContext{this};
Utils::BoolAspect useProjectChangesCache{this};
Utils::IntegerAspect maxChangesCacheSize{this};