pcb_answer_review_questions
Supply answers to review questions before running PCB design review to provide missing context for accurate analysis.
Instructions
Provide answers to review questions identified by pcb_get_review_questions. Call before running design review to supply missing context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | JSON string of question_id: answer_value (e.g. '{"ddr_standard": "LPDDR4", "emmc_speed_mode": "HS400"}') | |
| session_id | Yes | Session ID from pcb_parse_layout |