Use case
You need consistent summaries of long articles for different audiences.
Prompt example
text
Summarize the article for {{audience}} in a {{tone}} tone.
Article:
{{article_text}}
Output format:
1. Core idea
2. Key points
3. Actionable takeawaysTemplate fields
audience(short_text)tone(select: neutral, practical, executive)article_text(long_text)
Run example
Inputs:
- audience: "product managers"
- tone: "practical"
- article_text: pasted source text
Expected output
- concise summary tailored to audience
- clear key points
- practical next actions
Tip
Add "Do not include unsupported claims" if hallucinations are a concern in your context.