Question 144
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 implementing a validation-retry loop for a structured data extraction prompt. The extraction fails a business logic validation (e.g., line items do not sum to the total). Which techniques represent best practices for the follow-up retry prompt? Choose 2 correct answers.