sculpt_pass_gate
Evaluate a sculpting pass against reference and capture images to decide whether to advance, retry, or stop. Uses semantic review and deterministic scores, blocking ambiguous comparisons.
Instructions
Return advance, retry, or stop. Semantic review controls advancement; deterministic scores supply corrections, while an explicitly ambiguous comparison blocks advancement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| passId | Yes | ||
| attempt | No | ||
| threshold | No | ||
| maxAttempts | No | ||
| compareResult | Yes | ||
| semanticReview | No | ||
| minimumConfidence | No |