QuestionQ51

Identify AI concepts and capabilities

For each statement below, select Yes if it is true. Otherwise, select No.

Yes or No
StatementsYesNo
In Microsoft Foundry Agent Service, setting tool_choice to auto for an agent enables the agent to decide whether to call a tool.
In Microsoft Foundry Agent Service, setting tool_choice to none for an agent means that the model decides whether to call a tool.
In Microsoft Foundry Agent Service, setting tool_choice to required for an agent ensures that the agent must call one or more tools during each run.
Explanation

tool_choice: auto lets the model decide whether to invoke a tool. tool_choice: none prevents tool invocation, rather than leaving the decision to the model. tool_choice: required requires one or more tool calls.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!