voice_set_checkpoint
Mark processed transcript text up to a specified character position, so subsequent text retrieval returns only new content after that point.
Instructions
Set a checkpoint at the given character position.
This marks all text up to char_position as 'read'. Subsequent calls to voice_get_new will only return text after this position.
Args: char_position: Character position in the transcript buffer (1-indexed). Must be after the last checkpoint and not exceed the total available text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| char_position | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |