From ee50b9464a80dc1a87ac14640c77abdd867bdbfa Mon Sep 17 00:00:00 2001 From: TomiEckert Date: Sat, 28 Feb 2026 16:51:41 +0100 Subject: [PATCH] Clarify summarization skill system prompt by rephrasing ignore instruction and removing redundant 'Remove all fluff'. --- Core/Skills/SkillRegistry.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/Skills/SkillRegistry.cs b/Core/Skills/SkillRegistry.cs index 0c80be0..c5102f9 100644 --- a/Core/Skills/SkillRegistry.cs +++ b/Core/Skills/SkillRegistry.cs @@ -111,8 +111,8 @@ Text: {transcript}" SystemPrompt = @"Summarize the following text to be as concise and direct as possible. The text will start with 'System summary', 'System concise', or 'System summarize', -and you can ignore those words. -Remove all fluff. Output ONLY the final summary text. +and you shoul ignore that part of the text. +Output ONLY the final summary text. Text: {transcript}" } };