AI Classify
ai.classify AI v0.1.0 Classifies JSON content using an injected AI provider or a deterministic local fallback.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | JSON |
| Output | output | Classification JSON |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Instructionsinstructions | string | "Classify this payload. Classes are match, review." | Plain-language instructions describing how to classify the input. |
Output schemaoutputSchema | json | {"type":"object"} | JSON Schema describing the classifier's structured output. |
Labelslabels | json | ["match","review"] | The set of allowed classification labels. |
This page is generated from the node registry by gen-node-docs.mjs on every
site build — ports, properties, defaults and visibility rules cannot drift from the code.