tsm_classify
Classify text into provided labels with a budget model. Returns label, confidence score, and reason. Ideal for intent classification, routing decisions, and tagging.
Instructions
Classify text into one of the provided labels using a budget model. Returns label, confidence score, and a brief reason. Useful for intent classification, routing decisions, and tagging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to classify | |
| labels | Yes | List of possible labels | |
| instructions | No | Optional classification instructions |