feat: Separate system prompt for fin and non-fim models

This commit is contained in:
Petr Mironychev
2025-02-26 22:46:04 +01:00
parent f6fd411b2d
commit 84025ec843
4 changed files with 33 additions and 12 deletions

View File

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