ai_classify
Assigns plain text to a category from a user-supplied list of labels using a free language model.
Instructions
Classify plain text into one of the provided labels using a configured free LLM. Plain prose only — no code, secrets, or file paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Plain text to classify | |
| labels | Yes | List of category labels to classify into |