Get Alt note transcript (incremental)
get_note_transcriptFetch only new transcript entries since a given index to stay current with a live Alt note. Pass the previous totalEntries to avoid resending read content, reducing token usage.
Instructions
노트의 실시간 전사를 가져옵니다. 강의를 계속 따라가려면 매번 sinceIndex에 지난 호출에서 받은 totalEntries 값을 넘겨서 새로 추가된 부분만 받으세요 — 이미 읽은 내용을 다시 보내지 않아 토큰을 절약합니다. 처음 호출할 때는 sinceIndex를 생략하거나 0으로 두세요.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes | Alt 노트 ID | |
| sinceIndex | No | 이전에 받은 totalEntries 값. 이 인덱스 이후의 새 구간만 반환됩니다. |