エージェントを含む Microsoft Foundry プロジェクトがあります。このエージェントは、取得したポリシー文書から概要を生成します。 応答の完全性を改善する必要があります。この解決策は、応答が返される前に、アプリケーションコードのロジックに実装されなければなりません。 あなたはどうすべきでしょうか?
正解:A
You should implement an evaluation and retry loop in your application code. You must wrap the agent call inside a conditional code loop that evaluates the output against required criteria (such as a checklist of regulatory clauses), and programmatically forces a retry if information is omitted. Reference: https://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/ai-search