critique_similarity
Originality guardrail — compare a built page/source/description against a reference site and flag shared recognizable fingerprints. Use after build_from_reference_v2, before showing or publishing, to avoid producing a design that is visually too close to the inspiration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| favorite_bits | No | The same favorite bits passed to build_from_reference_v2, if any | |
| reference_url | Yes | Public URL of the reference site the user liked | |
| response_format | No | Return markdown or structured JSON | |
| candidate_source | No | Built page HTML/CSS/JSX to compare against the reference | |
| candidate_description | No | Plain-language description of the built design if source is unavailable |