mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-16 03:54:35 -04:00
refactor: Improve system prompt and message
This commit is contained in:
@ -306,6 +306,8 @@ void LLMClientInterface::sendCompletionToClient(const QString &completion,
|
||||
QJsonArray completions;
|
||||
QJsonObject completionItem;
|
||||
|
||||
LOG_MESSAGE(QString("Completions before filter: \n%1").arg(completion));
|
||||
|
||||
QString processedCompletion
|
||||
= promptTemplate->type() == LLMCore::TemplateType::Chat
|
||||
&& Settings::codeCompletionSettings().smartProcessInstuctText()
|
||||
|
Reference in New Issue
Block a user