ingest_visual_qa_analysis
Validate a client-generated visual QA analysis for a slide, reporting any issues found to guide subsequent fixes.
Instructions
Ingests the client-generated analysis: validate, report issues. No fix applied.
Call AFTER prepare_visual_qa_analysis. If has_issues, call
prepare_visual_qa_fix with the returned issues to generate a fix.
Args: project_id: Target project ID (required). slide_index: 1-based slide position. analysis_json: The analysis JSON generated by the client.
Returns: JSON with has_issues, issues (dicts to feed into the fix step), overall_quality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| slide_index | Yes | ||
| analysis_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |