ml_auto_categorize
Analyzes resolved records from a table to match input keywords and suggest a category for a new record based on its short description.
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 |