estimated_typing_duration
Calculate expected seconds to type a given character count at a specified typing speed to schedule follow-up actions accurately.
Instructions
Return the expected seconds to type char_count chars at wpm.
Useful for scheduling follow-up actions without guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wpm | No | ||
| char_count | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |