Microsoft Developing AI Apps and Agents on Azure (AI-103日本語版) - AI-103日本語 FREE EXAM DUMPS QUESTIONS & ANSWERS

エージェントを含む Microsoft Foundry プロジェクトがあります。
スキャンされたテキスト、表、複数列レイアウトを含む、様々な形式のドキュメントを処理する必要があります。抽出されたコンテンツはドキュメントの構造を保持し、後続の処理のためにMarkdown形式に変換する必要があります。
最初に何を設定すべきですか?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Agent1は、Contoso製品に関する顧客からの質問にのみ回答するように設定する必要があります。このソリューションは、ビジネス要件を満たさなければなりません。
あなたはどうすべきでしょうか?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
次の表に示すように、3つのエージェントを含むMicrosoft Foundryプロジェクトがあります。
名前
説明
トリアージエージェント
顧客からの問い合わせを分類する
ポリシーエージェント
内部コンテンツを検索してポリシーに関する質問に回答します
アクションエージェント
HTTP API を呼び出してチケットを作成または更新します
顧客からのリクエストが以下の要件を満たすように、エージェント間の連携を調整する必要があります。
* 条件分岐とエージェント間で共有される状態を使用する、決定論的で段階的なプロセスをサポートする。
* 必要に応じて、トリアージ結果に基づいてチケット処理をトリガーします。
解決策は開発労力を最小限に抑えるものでなければならない。
解決策には何を含めるべきですか?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
デプロイ済みのチケットトリアージエージェントを含むMicrosoft Foundryプロジェクトがあります。
エージェントがツールを必要とする場合でも、ツールを呼び出さずに応答することがあるということに気づくでしょう。
エージェントが実行中にツールを呼び出すようにする必要があります。
Pythonコードを完成させるにはどうすればよいでしょうか?適切な値を正しい場所にドラッグして回答してください。
各値は使用可能です
1回、複数回、または全く表示しない。コンテンツを表示するには、ペイン間の分割バーをドラッグするか、スクロールする必要がある場合があります。
注:正解ごとに1ポイントが加算されます。
Correct Answer:

Explanation:
" tool_choice " : " required "
The correct completion is " tool_choice " : " required " . In Microsoft Foundry Agent Service, tool_choice controls whether the model can answer directly or must invoke a tool during a run. The official Foundry tool guidance states that tool_choice provides deterministic control over tool calling: auto allows the model to decide whether to call tools, none prevents tool use, and required forces the model to call one or more tools.
This directly addresses the issue where the ticket-triage agent sometimes responds without invoking a required tool.
The completed payload should therefore add the tool_choice property beside assistant_id, with the value " required " . The value " auto " is incorrect because it preserves the current nondeterministic behavior. The values " tools " and " type " do not force execution-time tool invocation in this payload; they are used for tool definitions or typed objects in other contexts. response_format controls output formatting, not tool execution.
Reference topics: Microsoft Foundry Agent Service, tool calling reliability, run payload configuration, tool_choice, agent execution, and deterministic tool invocation.
あなたは、テキストプロンプトから製品マーケティング用の画像を生成するMicrosoft Foundryプロジェクトを持っています。
複数の画像を公開した後、貴社の法務チームは、画像の背景にある看板に競合他社のロゴが写っていることを発見しました。
ロゴだけを削除し、画像の残りの部分はそのまま残してください。
あなたはどうすべきでしょうか?
Correct Answer: B Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Agent1は、Contoso製品に関する顧客からの質問にのみ回答するように設定する必要があります。このソリューションは、ビジネス要件を満たさなければなりません。
あなたはどうすべきでしょうか?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
Microsoft Foundry Agent Service を使用して構築されたカスタマーサポートエージェントがあります。このエージェントは、Azure OpenAL モデルのデプロイメントを呼び出します。
負荷テスト中に、呼び出しが断続的に失敗し、HTTP 429 レート制限超過エラーが返されます。
負荷がかかった状態での通話失敗を減らし、信頼性を向上させるためには、スロットリングを適切に処理する必要があります。このソリューションは、サービスおよびモデルの制限内に収まるものでなければなりません。
あなたはどうすべきでしょうか?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
0
0
0
10