run_table
Fill review table cells from row documents in dependency order, resuming safely after failures and validating each entry against standards to record violations.
Instructions
Fill a review table's cells, in dependency order, from the documents in each row.
The run is durable: every cell commits as it is filled, so calling again after a failure resumes rather than restarting. Already-filled cells are skipped unless refill is set, and a locked or human-corrected cell is never overwritten.
Each cell is checked against the 00a standards before it persists: the fallback vocabulary, Classify options, ISO dates, no markdown, no arithmetic, and for Verbatim columns that the quoted text actually appears in the row's documents. Violations are recorded on the cell and returned as findings.
This spends money. A 27-column table over 40 rows is roughly 1,080 model calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Override the model for this run. | |
| table | Yes | Table number as the corpus defines it, e.g. '01' or '13'. | |
| reason | No | Why this run exists, for the record. | |
| refill | No | Re-fill cells that already carry a value. | |
| columns | No | Restrict to these column names. | |
| provider | No | 'openai' or 'anthropic'. Defaults to DILIGENCE_KERNEL_PROVIDER. | |
| unit_ids | No | Restrict to these rows. | |
| concurrency | No | Model calls in flight at once, within a stage. Default 6. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||