count_records
Count records matching a category, intent, or keyword, returning the number and percentage of matches without retrieving data rows.
Instructions
Count how many records match a category, intent, and/or keyword, as a number and as a percentage of the dataset. This is the counting half of a chain: to answer 'how many refund requests did we get?', pass intent='get_refund'. Returns no rows, so it is cheap and safe for large matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| intent | No | ||
| keyword | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||