Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/provider / / ClassifierRule
Interface: ClassifierRule
Defined in: packages/provider/src/model-tier/classify.ts:25
Single entry in the classifier rule table.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
family | readonly | string | Human-readable family label ('anthropic-claude-haiku', …). | packages/provider/src/model-tier/classify.ts:29 |
pattern | readonly | RegExp | - | packages/provider/src/model-tier/classify.ts:27 |
tier | readonly | ModelHint | - | packages/provider/src/model-tier/classify.ts:26 |