Prompt
You are working in a news pipeline. Implement `truncate_headline(text, limit)` that
shortens a headline to fit within `limit` characters, cutting on a word boundary and
ending with a single ellipsis character `…`. If the text already fits within `limit`,
return it unchanged.when to use it
Community prompt sourced from the open-source GitHub repo artttj/quote-before-code (MIT). A "Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
artttj/quote-before-code · MIT