Exam AI-103 Topic 1 Question 45 Discussion

Actual exam question for Microsoft's AI-103 exam
Question #: 45
Topic #: 1
You have a Microsoft Foundry project that contains an agent. The agent uses two tools to perform the following actions:
- Use Azure AI Search to retrieve answers from a private product
documentation index.
- Use the web search tool to retrieve public information on the
internet.
You need to ensure that for a specific run, the agent deterministically retrieves information only from the internet.
To what should you set tool_choice?

Suggested Answer: A Vote an answer

To force a specific run to exclusively use public information from the internet instead of your private documents, override the tool orchestration payload at the run level. Set the tool_choice directive specifically to the web grounding tool (e.g., bing_grounding or web_search) and constrain the tools array for that run.
Reference:
https://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/ai-search

by Paddy at Aug 19, 2026, 10:09 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10