ml_auto_categorize
Suggest a category for a record by matching its description against historical resolved records from the same table.
Instructions
Auto-categorize a record based on its description by analysing resolved records of the same table. Queries the last 500 resolved records, groups by category, and matches input keywords to suggest a category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | No | Table to analyse (default "incident") | |
| description | No | Full description (optional, improves accuracy) | |
| short_description | Yes | Short description of the record to categorize |