As per documentation, this event type input_audio_buffer.append accepts a custom event_id My question is what’s the purpose of it? Does that mean the response.audio.delta and the response.done that I will be receiving will echo the event_id that I sent via input_audio_buffer.append ?
And while we are in the topic of input_audio_buffer.append , Where does it append the audio? Or that event type is not limited on appending? Meaning if there’s no input_audio_buffer then it will create its own and generate an id that I don’t know?