" << "" << "
%2") .arg(context.suffix.value_or(""), context.prefix.value_or("")); request["system"] = context.systemPrompt.value_or(""); } QString description() const override { return "The message will contain the following tokens: %1 %2"; } bool isSupportProvider(LLMCore::ProviderID id) const override { switch (id) { case QodeAssist::LLMCore::ProviderID::Ollama: return true; default: return false; } } }; } // namespace QodeAssist::Templates