AiTranscriptionStreamPart
typetype AiTranscriptionStreamPart = AiTranscriptionNonTerminalPart | { error: AiTranscriptionError; type: 'error' } | { reason: 'stopped' | 'input-closed' | 'provider-ended' | 'cancelled'; type: 'finish' }
Import
import { AiTranscriptionStreamPart } from '@modular/sdk';