synthesize_validation
Run an explicit judge model over validation results to produce a final verdict. Accepts caller-supplied terminal results, or rebuilds the stored question and run results for review_changes.
Instructions
Run an explicit judge model over validation results. General validation uses caller-supplied terminal results; review_changes rebuilds its question and results from the owned durable run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | No | Original request for general validation. Ignored for review_changes, which uses the question stored in the durable run. | |
| workspace | No | For a remote review_changes run, the same authorized workspace alias. | |
| judgeModel | No | Provider to run the judge synthesis. | codex |
| workingDir | No | For a review_changes run, the same absolute local checkout path used at kickoff. | |
| validationId | No | Run id from kickoff. Optional for general validation, but required for review_changes so the stored question, provider jobs, repository, planned judge, and upload policy can be enforced. | |
| providerResults | No | Terminal normalized results for general validation. Ignored for review_changes, which reloads every exact linked durable job result. |