get_correction_history
Retrieve recent voice transcription corrections to analyze systematic Whisper errors, debug mis-transcriptions, or train vocabulary. Returns original and corrected text, confidence delta, timestamp, and correction source.
Instructions
Return recent voice transcription corrections detected by the user or auto-detected.
Returns correction events: original transcript, corrected text, confidence delta, timestamp, and whether the correction was manual or auto-suggested.
USE WHEN: training the vocabulary, analyzing systemic Whisper errors, or debugging why a specific term keeps mis-transcribing. NOT FOR: vocabulary management — use add_to_vocabulary / remove_from_vocabulary.
BEHAVIOR: pure read. No side effects.
PARAMETERS: limit: max results, ordered newest-first. Range 1-100. Default 20.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |