Question 161
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: Structured Data Extraction - You have several extraction tools (one per document type) and must guarantee the model returns a tool call producing structured output rather than a free-text answer, but you are fine with the model choosing which extraction tool fits. Which `tool_choice` setting fits?
- A`{"type": "auto"}`
- B`{"type": "any"}`
- C`{"type": "tool", "name": "extract_invoice"}`
- DOmit `tool_choice` entirely.