query_language_summary
Summarize daily programming language usage from AI assistant sessions to identify the most frequently used languages.
Instructions
Daily rollup per programming language (from session language detection). Use to identify which languages AI assistants are most often working in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Organization (tenant) ID. Omit to use the default org from $BEACON_ORG. | |
| from | No | Start date inclusive (YYYY-MM-DD). | |
| to | No | End date inclusive (YYYY-MM-DD). | |
| project | No | Project name to filter by (exact match). Use 'all' to disable. | |
| model | No | Model name to filter by (substring match). Use 'all' to disable. | |
| user | No | User name or id to filter by (substring match). Accepts source_user_name or source_user_id. | |
| status | No | Restrict to error or success events only. |