Question 36
Domain 3: Knowledge Integration, Data Handling, Cognition, Planning, and MemoryWhich type of memory is most critical for enabling an agent to maintain continuity in a multi-turn conversation with a user?
Correct answer: D
Explanation
Short-term memory is most critical because it holds the immediate context of the current interaction, letting the agent track prior turns and respond coherently. In a multi-turn conversation, continuity depends on retaining recent user inputs and the conversation state rather than long-term stored knowledge.
Why each option is right or wrong
A. Procedural Memory
B. Long-Term Memory
C. Semantic Memory
D. Short-Term Memory
In a multi-turn exchange, the agent must retain the immediately preceding turns and the current dialogue state so it can resolve references, follow-ups, and corrections without losing context. Short-term memory is the mechanism that preserves this active conversational window; long-term memory is for persistent facts or preferences, not the live thread needed to keep the interaction coherent across successive messages.