diagnose_error_screenshot
Diagnose errors from terminal, console, browser, or build failure screenshots. Extract the error message and provide actionable insights for resolution.
Instructions
Analyze error, terminal, console, browser, or build failure screenshots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | ||
| file_id | No | file_id returned by PUT /upload. Preferred over image_base64 to avoid corruption of large base64 in the tool-call path. Persistent across restarts, content-deduplicated. | |
| mime_type | No | MIME type. Required with image_base64; ignored (uses stored value) with file_id. | image/png |
| image_base64 | No | Raw base64-encoded image bytes, without a data: URL prefix. Prefer file_id for large images. | |
| project_context | No |