| Parameter | Type | Required | Description |
|---|---|---|---|
form_fields | list[dict[str, Any]] | Yes | Field metadata returned by extract_form_fields. |
mapping | dict[int, str | list | bool | None] | Yes | Map of field index to the value to validate. |
prompt | str | None | Yes | Instruction describing what to validate. |
bool — True if the mapping is valid, False otherwise.
