OpenAI::RealtimeClientEventConversationItemDelete
Inherits JSON::Serializable < Reference < Object
Send this event when you want to remove any item from the conversation
history. The server will respond with a conversation.item.deleted event,
unless the item does not exist in the conversation history, in which case the
server will respond with an error.
Constructors
new(pull : JSON::PullParser)
Sourcenew(event_id : String | Nil = nil, type_value : Hash(String, JSON::Any) = Hash(String, JSON::Any).new, item_id : String = "")
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
Source