ml_auto_categorize
Automatically categorize a record by analyzing recent resolved records from its table and matching keywords to suggest an appropriate category.
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 |