util_token_estimate
Estimate the token count of text for GPT-family models using a word/4 heuristic and for Claude-family models using a char/4 heuristic.
Instructions
Estimate token count for text. Uses word/4 heuristic (GPT-family) and char/4 (Claude-family).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | Yes |