What is Multi-Turn Conversation?
AI EngineeringLast updated:
An AI interaction spanning multiple exchanges where the model maintains context across user and assistant messages.
Multi-turn conversations require managing conversation history within the context window. As conversations grow, older messages may need to be summarized or truncated to stay within token limits while preserving relevant context.