analyzeSentiment
Evaluate sentiment in tweets by analyzing text matching a search query; includes keyword frequency and customizable sample size for insights into public opinion.
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) |