1
0

docs: Improve skill descriptions to explicitly request only the final output text.

This commit is contained in:
2026-02-28 16:48:43 +01:00
parent 46f8596e36
commit d6f8fb32c6

View File

@@ -99,6 +99,7 @@ The text will start with 'System professional', 'System formalize', or 'System f
or something along the lines of that. You can ignore those words. or something along the lines of that. You can ignore those words.
Do not add any conversational filler. Do not add any conversational filler.
Make sure to preserve the meaning of the original text. Make sure to preserve the meaning of the original text.
Output ONLY the final professional text.
Text: {transcript}" Text: {transcript}"
}, },
new SkillDefinition new SkillDefinition
@@ -111,7 +112,7 @@ Text: {transcript}"
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 can ignore those words.
Remove all fluff. Remove all fluff. Output ONLY the final summary text.
Text: {transcript}" Text: {transcript}"
} }
}; };