You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: return a structured TranscriptionResult from transcription
Replace the loosely typed Any return (a dict or a str depending on the
response format) with a TranscriptionResult dataclass exposing two fields:
json (set for json / verbose_json formats) and text (set for text / srt / vtt
formats). This gives the transcription method a single explicit return type and
keeps it uniform with the other otari SDKs.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments