Chatbot Mapping Test - Web App Format
1. AI Parsed Input
{
"equipment_type": "Telehandler",
"reach_horizontal": 30,
"reach_vertical": 25,
"lift_weight": 1600,
"drive_type": "4WD",
"fuel_type": "Diesel"
}
❌ Error
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0' for key 'PRIMARY'
7. Next Steps
- Test your chatbot with the same input that failed before
- Check the logs for the new API URL format
- Verify workorder creation - should see workorder ID like 14855+
- Check for constraint violations - should be resolved now