prepare_visual_qa_analysis
Prepares visual QA analysis for a slide by returning prompts, response schema, and image path. Read the screenshot, analyze against the spec, then call ingest_visual_qa_analysis.
Instructions
Prepares the vision analysis task for ONE captured slide. No LLM call.
Returns the system prompt, user prompt, response_schema, and images (the
screenshot path to read). Read the screenshot, analyze it against the spec,
generate the analysis JSON matching response_schema, then call
ingest_visual_qa_analysis. Analyze slides in parallel.
Args: project_id: Target project ID (required). slide_index: 1-based slide position. iteration: Iteration counter matching the capture (default 0).
Returns: JSON with system_prompt, user_prompt, response_schema, images, project_id, slide_index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iteration | No | ||
| project_id | Yes | ||
| slide_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |