Question 145
Scenario: Structured Data Extraction
A system extracts structured fields from messy documents, validates every output against JSON schemas, handles edge cases gracefully, and stays accurate enough to feed downstream systems.
Read the full scenario lessonYou are designing a prompt to extract structured data from unstructured documents. You decide to use tool_use with a strict JSON schema. What specific guarantee does this approach provide?