Not sure if I’m misunderstanding the field, but I’m always getting 0
for the output_index
and content_index
fields, for every single event type. For example, with response.audio_transcript.delta
I expect the content_index
to increase for each incremental delta event, but every single delta for the item has output_index
and content_index
of 0
.
Is this a bug or am I not understanding what the fields are supposed to be?
Thanks!