Question 79
CCA-F is a newly released exam. These practice questions reflect our best current understanding — the exact wording and question formats may change in the live exam until the certification matures. Use them to learn the concepts, not to memorize.
Scenario: Tool Design and MCP Integration - You are extracting metadata and must guarantee that the model returns a tool call producing structured output rather than a free-text answer, but you are fine with the model choosing among several extraction tools. Which `tool_choice` setting fits?
- A`{"type": "auto"}`
- B`{"type": "any"}`
- C`{"type": "tool", "name": "extract_metadata"}`
- DOmit `tool_choice` entirely.