Open
Description
When i'm getting info about transcribe I got error:
pydantic_core._pydantic_core.ValidationError: 1 validation error for TranscriptResponse
chapters.0.gist
Field required [type=missing, input_value={'summary': 'Bla bla', 'start': 1200, 'end': 5960}, input_type=dict]
When I checked response json I got:
{..., 'chapters': [{'summary': 'Bla bla': 'Allah, allah, allah.', 'start': 1200, 'end': 5960}], ...}
without gist key
Code:
aai.Transcript(transcript_id).wait_for_completion()
Transcribe id: a38670a7-7acc-468b-878c-4c2fd0b1d48d