QuestionQ18

Implement generative AI and agentic solutions

You have a Microsoft Foundry project that contains an agent. The agent generates summaries from retrieved policy documents.

Users report that some responses omit required regulatory clauses, even though the clauses are present in the retrieved content.

You need to improve the completeness of the responses.

Solution: You add a reflection pass that regenerates the response if the required clauses are missing.

Does this solution meet the goal?

  • A Yes
  • B No
Explanation

Adding a reflection pass directly closes the loop between detection and correction: the pipeline checks the generated summary for the required regulatory clauses and, if any are missing, triggers regeneration before the response is returned. Because this pattern explicitly re-attempts generation until the missing content is included, it directly addresses the reported completeness failure and meets the goal.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!