Exam AI-103 Topic 1 Question 45 Discussion
Actual exam question for Microsoft's AI-103 exam
Question #: 45
Topic #: 1
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?
- 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
Reference:
https://learn.microsoft.com/en-us/azure/foundry/agents/how-to/tools/ai-search
by Paddy at Aug 19, 2026, 10:09 AM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).