OpenAI::RealtimeServerEventConversationItemDeleted
Inherits JSON::Serializable < Reference < Object
Returned when an item in the conversation is deleted by the client with a
conversation.item.delete event. This event is used to synchronize the
server's understanding of the conversation history with the client's view.
Constructors
new(pull : JSON::PullParser)
Sourcenew(event_id : String = "", type_value : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, item_id : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source