Get Tricky Words
get_tricky_wordsIdentify words that large language models commonly miscount due to double letters and repeated patterns. Returns a list of tricky words with correct counts and explanations.
Instructions
Get a list of words that are commonly miscounted by LLMs.
These are words with double letters, repeated patterns, or other features that cause counting errors.
Returns: List of tricky words with correct counts and explanations.
Example: Returns "strawberry" with explanation that it has 3 r's, not 2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||