mify.llm.classify
Node ID: mify.llm.classify
Category: llm
Inputs
Section titled “Inputs”| Input | Type | Description |
|---|---|---|
text (required) | string | Text to classify |
Outputs
Section titled “Outputs”| Output | Type | Description |
|---|---|---|
label | string | Classification label (e.g., POSITIVE, NEGATIVE) |
score | number | Confidence score (0-1) |
allScores | array | All classification scores |