openai/openai-realtime-api-beta

RealTimeConversationClass[conversation.item.created]: Completed Message Event

Opened this issue · 0 comments

Why is it that only role===user messages are being marked as completed? Isn't any item added via conversation.item.create supposed to be marked completed when the conversation.item.created event is transmitted?

Secondly, how does this event work because the status of an item can be in_progress, completed or incomplete so when a change in state occurs it would keep sending the conversation.item.create event again?