Concept
Multi-turn Conversation
Dialogue with state carried across multiple user/assistant exchanges.
Definition
Multi-turn conversation requires the model to track prior turns, references and constraints. APIs handle it by re-sending the full message list; the model treats it as a single long prompt. Long-context windows enable long multi-turn sessions without external memory.
Common use cases
- Chatbots
- Voice agents
- Customer support