Exit AI-103 Developing AI Apps and Agents on Azure
Question 1 of 5
0% complete
Q1 Single choice

You have a customer support agent that uses the Microsoft Foundry Agent Service.
Sometimes, customers return to a session days later to continue the same support case, and the agent must resume with the full historical context. The agent must provide the following:
- Multi-turn continuity within the session
- Cross-session continuity for the same case
- Access to the full interaction history, including user messages, agent messages, tool calls, and tool outputs
You need to ensure that the agent automatically reloads the complete history on each new turn.

What should you do?

  • A

    Persist only the final model response stored in the client application and prepend the response to future prompts.

  • B

    Enable memory summarization on the agent definition to persist the context automatically.

  • C

    Create and reuse a conversation by storing the conversation's ID and supplying the ID on subsequent requests.

Previous Next