Conversation history is the record of previous messages exchanged between a user and an LLM within a session. This history provides context that allows the model to maintain coherent, contextually aware conversations across multiple turns.
Unlike humans, LLMs don't have persistent memory between API calls—the conversation history must be explicitly passed with each request to maintain continuity.