main ← dev-summarizer-realistic-example
merged 06:41PM - 07 Aug 26 UTC
Previously, the summarizer agent's few-shot example used a two-post toy thread w…hose format didn't match the prompts the summarization strategies actually build, and the system prompt described a post format (`N) username message`) that no strategy emits.
This change replaces the example with one mirroring a real captured request (discussion title line, posts inside `<input></input>` tags in the real `(N username said: ...` format) paired with a multi-paragraph cited summary demonstrating `[username]({resource_url}/N)` citations, and fixes the post format description to match what the topic, chat, and gist strategies actually send.