rca_guide_ingest
Ingest equipment troubleshooting guides in markdown, plain text, or JSON decision tree format. Auto-extracts fault codes and makes guides searchable for RCA.
Instructions
š Starter+ ā Upload and index an equipment troubleshooting guide into the knowledge base.
Supports three formats: markdown ā Structured Markdown with ## headings (recommended); fault codes (F-###, ERR-###) are auto-extracted plain ā Raw text; split into sections on double newlines json_dtree ā JSON decision tree for interactive diagnostics via rca_dtree_start
Guide is immediately searchable via rca_guide_search after ingestion.
Plan limits: Starter up to 10 guides, Pro up to 100, Enterprise unlimited.
Args: params (GuideIngestInput): equipment_id, equipment_type, name, content, format, tags, version
Returns: str: JSON with guide_id, section_count, symptom_count, fault_code_count
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |