rca_guide_generate_report
Turn resolved diagnostic sessions into structured maintenance reports with root cause, confidence score, recommended actions, parts list, measurements, guide references, and escalation flag.
Instructions
š Starter+ (markdown) / š Pro+ (PDF/HTML) ā Generate a maintenance/ troubleshooting report from a completed diagnostic session. The session must already be resolved (finished via rca_dtree_answer) ā an in-progress session returns an error telling you to keep answering questions first.
Report includes equipment/symptom summary, full diagnostic path, root cause with confidence score, recommended actions and parts list, measurements recorded, guide section references, and escalation flag.
Args: params (GuideReportInput): - session_id: must be a session already marked "resolved" (check via rca_dtree_list_sessions) - format: "markdown" (default, Starter+), "pdf" or "html" (Pro+ only ā Starter requesting these gets plan_required, not a silent downgrade) - include_guide_refs, custom_title
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |