1
0

Clarify summarization skill system prompt by rephrasing ignore instruction and removing redundant 'Remove all fluff'.

This commit is contained in:
2026-02-28 16:51:41 +01:00
parent d6f8fb32c6
commit ee50b9464a

View File

@@ -111,8 +111,8 @@ Text: {transcript}"
SystemPrompt = @"Summarize the following text to be as concise SystemPrompt = @"Summarize the following text to be as concise
and direct as possible. and direct as possible.
The text will start with 'System summary', 'System concise', or 'System summarize', The text will start with 'System summary', 'System concise', or 'System summarize',
and you can ignore those words. and you shoul ignore that part of the text.
Remove all fluff. Output ONLY the final summary text. Output ONLY the final summary text.
Text: {transcript}" Text: {transcript}"
} }
}; };