Configure AI
The AI Configuration controls the availability of AI-powered features at both the Tenant and Plant levels. Admins can selectively enable or disable access to specific AI agents used across modules like Issue Management, Work Order Planning, and Technician Assistance.
- Tenant- and Plant-level control over AI feature availability.
- Fine-grained toggles to enable/disable individual AI agents. AI agent
features include:
- AI Assist – Technician assistance during task execution.
- AI Plan – Smart planning and scheduling recommendations.
- AI Detect – Fault detection and predictive diagnostics.
Setting | Default Value | Description |
tenantLevel | TRUE | AI features enabled across all plants by default. |
aiAssist | TRUE | Enables the AI Assist feature. |
aiPlan | TRUE | Enables AI-driven planning capabilities (assumed field, not in sample). |
aiDetect | TRUE | Enables AI-based fault detection and diagnosis (assumed field). |
{
"_id": {
"$oid": "68065dcd91f242c6956f47ca"
},
"type": "aiConfig",
"config": {
"tenantLevel": true,
"aiIssue": true,
"aiWorkOrder": true,
"aiAssist": true
}
}
Note:
- AI configurations are stored in the database and can be customized per tenant or plant.
- If tenantLevel is set to false, plant-level overrides must be defined with associated plant IDs.
- Each AI agent (aiAssist, aiPlan, aiDetect) can be individually toggled based on usage needs and licensing.
- Ensure consistent settings across modules and levels to avoid unexpected behavior in AI feature availability.