← Memory, Context & State
Conversation History
Conversation history is the ordered sequence of prior turns — user messages and assistant responses — prepended to the current prompt so the model can refer to what was said before. It is the most straightforward form of short-term memory in chat-based systems. As histories grow, they consume more tokens, eventually requiring compression, summarization, or selective truncation to stay within the context window limit.