analyze_text_emotion
Identify emotions in text—Joy, Sadness, Anger, Fear, Surprise, Disgust, Neutral—to adapt tone and understand user sentiment.
Instructions
Locally run a deep learning classification pipeline to detect semantic emotional markers (Joy, Sadness, Anger, Fear, Surprise, Disgust, Neutral) inside a block of text. Use this to adapt your tone or better understand user sentiment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |