count_chars_file
Count Unicode code points in a UTF-8 file by providing its absolute path. Get the exact character count for tokenization or file analysis.
Instructions
Count characters (Unicode code points) in a UTF-8 file.
Args:
file_path: Absolute path to the file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |