ingest_visual_qa_fix
Validate and apply a corrected slide specification to fix visual issues, then re-render and verify the slide.
Instructions
Ingests the client-generated fix: validate, save, re-render HTML.
Call AFTER prepare_visual_qa_fix. Restores images/slide_type the LLM can't produce. Re-run capture → analysis on this slide to verify (up to max_iterations).
Args: project_id: Target project ID (required). slide_index: 1-based slide position. fix_json: The corrected slide spec JSON generated by the client.
Returns: JSON with status ("fixed" | "unfixed"), slide_html_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix_json | Yes | ||
| project_id | Yes | ||
| slide_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |