async-openai
async-openai copied to clipboard
`InputAudioBufferCommitedEvent`'s `previous_item_id` should be optional
The API docs suggest that previous_item_id is non-nullable, but this isn't true. Here's an event I got back from the OpenAI API:
{"type":"input_audio_buffer.committed","event_id":"...","previous_item_id":null,"item_id":"..."}