UI Diff Check
ui_diff_checkCompare expected and actual UI screenshots to detect visual regressions, missing elements, layout differences, typography, color, spacing, and priority issues.
Instructions
Compare expected and actual UI screenshots for visual regression, missing elements, layout differences, typography, color, spacing, and priority.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Optional StepFun vision model override. | |
| detail | No | StepFun vision detail level. high is recommended for visual regression checks. | |
| question | No | Optional focus area, acceptance criteria, or bug report context. | |
| max_tokens | No | Optional maximum output tokens. | |
| actual_image | Yes | Actual/current image source. Supports local file path, http(s) URL, or data:image/...;base64,... Data URL. | |
| expected_image | Yes | Expected/reference image source. Supports local file path, http(s) URL, or data:image/...;base64,... Data URL. |