get_sentiment_distribution
Sentiment distribution of chat answers as counts of 'positive', 'negative', and 'neutral'. Optionally restrict to specific answer types. Use this as a quick quality signal — a rising 'negative' share usually warrants drilling into individual sessions via read_sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time_filter | No | Time window for the analytics query. Accepts either: (a) a preset enum value: 'this_month', 'this_year', 'last_month', 'last_30_days' (default), 'last_6_months', 'last_12_months'; or (b) an explicit ISO date range as 'YYYY-MM-DD,YYYY-MM-DD' (inclusive). | last_30_days |
| answer_types | No | Restrict to chat requests whose final answer matched one of these types. Omit to include all answer types. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||