get_sentence_sentiments
Analyze each sentence in a text to retrieve sentiment scores and labels, offering granular understanding of emotional tone across sentences.
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 |