QuestionQ76
Implement generative AI and agentic solutionsYou have a Microsoft Foundry project containing an agent used for a customer support chat application. The agent uses a memory store together with a memory search tool.
You need to make sure the conversation history does not persist across separate sessions.
What should you set as the scope of the memory tool?
- A session
- B {{$conversationId}}
- C {{$userId}}
- D global
Community Discussion