evaluate_fields
Determine which extracted fields can be safely written to a system of record and which require human review, returning a disposition (post, review, or escaped) for each field.
Instructions
Decide which extracted fields may be written to a system of record and which must go to a person. Returns a disposition per field: post, review, or escaped. Call this before acting on extracted data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | ||
| verified | No | Whether a verification pass actually ran. Set false to measure what that pass is worth. | |
| high_stakes | No | Field names held to the stricter bar. | |
| standard_bar | No | Confidence a normal field must clear. | |
| high_stakes_bar | No | Stricter bar for costly-to-get-wrong fields. |