analyzeSentiment
Analyze the sentiment of tweets based on a specified search query, with options to set sample size and include keyword frequency analysis for deeper insights.
Instructions
Perform sentiment analysis on tweets matching a query
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeKeywords | No | Include keyword frequency analysis (default: true) | |
query | Yes | Search query for sentiment analysis | |
sampleSize | No | Number of tweets to analyze (default: 50) |