Default prompt used to summarize conversation history.
The <messages> marker (on its own line) and the {messages} placeholder are
part of this constant's public contract, not just cosmetic formatting.
Downstream consumers depend on them: for example, deep agents'
SummarizationMiddleware splices an extra instruction block in immediately
before the <messages> marker via str.replace. Removing, renaming, or
reformatting the marker (or the {messages} placeholder) is a breaking change
for those consumers even though it does not alter any function signature, so
treat edits to it accordingly.