Prompt Patterns

Response Tail

Reserves a consistent slot in every response for secondary content (for example disclaimers, state, next steps).

Also known asTail GenerationOutput TailResponse FooterSystem Suffix
Response Tail pattern diagram

Problem

Secondary-but-required content (disclaimers, next steps, state notes) appears inconsistently or disappears across turns when not structurally reserved.

Solution

Define a persistent tail slot in every response for that complementary content. Structural separation keeps primary answer and recurring support information consistently present and parseable.

Example

One worked example. The book has 2–4 per technique.

Prompt
[System] You are a financial planning assistant.

Response format:
1. Answer the user's question.
2. End every response with a section titled "Disclaimer" containing exactly: "This is general financial information, not personalized advice. Consult a licensed financial advisor before making investment decisions."

[User] I have $50,000 in savings and I am 35 years old. Should I invest in index funds or pay off my mortgage early?
Response
This depends on your mortgage interest rate and risk tolerance.

If your mortgage rate is below 5%, index funds have historically returned 7 to 10% annually over long periods, making investment the higher expected-value choice. If your rate is above 6%, the guaranteed return from paying down the mortgage becomes more competitive.

A split approach works well for many people: invest a portion in a diversified index fund and apply the rest to the mortgage principal, capturing both growth potential and debt reduction.

**Disclaimer**
This is general financial information, not personalized advice. Consult a licensed financial advisor before making investment decisions.

Techniques

Concrete ways to implement Response Tail. Each technique fits a different situation.

  • 01

    Disclosure Tail

    Append consistent qualifying content (disclaimers, caveats, attribution) to every response, defined once by the author and reproduced faithfully.

  • 02

    Continuation Tail

    Append dynamic content that shapes the next turn (suggested follow-ups, action menus, state summaries) based on the current response.

Prompt Patterns book cover

Full treatment in the book

Response Tail — the complete chapter

  • Mechanism — why this pattern works
  • 2–4 worked examples per technique
  • Placement, sequencing, and debugging rules
  • Composition with related patterns