diff --git a/async-openai/src/types/realtime/server_event.rs b/async-openai/src/types/realtime/server_event.rs index 3ba5f552..c5687a6b 100644 --- a/async-openai/src/types/realtime/server_event.rs +++ b/async-openai/src/types/realtime/server_event.rs @@ -42,7 +42,7 @@ pub struct InputAudioBufferCommitedEvent { /// The unique ID of the server event. pub event_id: String, /// The ID of the preceding item after which the new item will be inserted. - pub previous_item_id: String, + pub previous_item_id: Option, /// The ID of the user message item that will be created. pub item_id: String, }