Which technique enables LLMs to maintain context across long conversations?
- Context Window
- Memory Mechanisms
- Both A and B
- Neither
Answer: Both A and B
Long-context handling: larger context windows (128K+ tokens), memory mechanisms (summarization, retrieval) maintain conversation history. Critical for chatbots and assistants.