get_sentence_sentiments
Analyze sentiment for each sentence in text to identify emotional tone per segment, returning scores and labels for granular insight.
Instructions
Per-sentence sentiment breakdown. Returns list of {sentence, score, label}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |