analyze_sentiment
Analyzes text to determine sentiment polarity and subjectivity, returning results as JSON.
Instructions
Analyze the sentiment (polarity and subjectivity) of text.
Args: text: The input text to analyze
Returns: JSON string with sentiment analysis results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |