試験AI-103-JPN トピック1 問題43 スレッド

Microsoft AI-103-JPNのリアル試験問題集
問題 #: 43
トピック #: 1
お客様のカスタマーサポート担当者は、Microsoft Foundry Agent Service を使用しています。
顧客が数日後に同じサポート案件を再開するためにセッションに戻ってくる場合があり、エージェントはすべての履歴情報を引き継いで対応する必要があります。エージェントは以下の情報を提供する必要があります。
* セッション内での複数ターン連続性
* 同一事件に関する複数セッションにわたる継続性
* ユーザーメッセージ、エージェントメッセージ、ツール呼び出し、ツール出力を含む、完全なインタラクション履歴へのアクセス。エージェントが新しいターンごとに完全な履歴を自動的に再読み込みするようにする必要があります。
あなたはどうすべきでしょうか?

おすすめの解答:C 解答を投票する

The correct approach is to create and reuse a conversation by storing the conversation's ID and supplying that ID on subsequent requests . In Microsoft Foundry Agent Service, conversations are durable objects with unique identifiers that can be reused across sessions. The official runtime guidance states that conversations store items, including messages, tool calls, tool outputs, and other data, and are intended for multi-turn continuity, cross-session continuity, and inspection of what happened over time. This directly satisfies the requirement to resume the same support case days later with the full historical context.
Persisting only the final model response is insufficient because it loses the full interaction chain, especially tool calls and tool outputs that may be essential to case state. Memory summarization is also not the best fit because the requirement asks for the complete history, not a compressed representation that may omit details.
Reusing the conversation ID allows Foundry to maintain the conversation server-side so the next turn can reuse prior context without the client manually rebuilding prompts. Reference topics: Foundry Agent Service runtime components, conversations, conversation items, multi-turn continuity, cross-session continuity, and tool output history.

丸川** 2026-07-07 11:45:01

コメント

正解:
?」こちらは投票コメントになっております。普通のコメントに切り替えます。
ニックネーム: 送信 キャンセル
投票コメントをあげるごとに、選択した解答の投票数を1つ増やすことができます。

他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。