ServerEventConversationItemDeleted interface
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.
- Extends
Properties
| item |
The ID of the item that was deleted. |
| type | The event type, must be |
Inherited Properties
| event |
Property Details
itemId
The ID of the item that was deleted.
itemId: string
Property Value
string
type
The event type, must be conversation.item.deleted.
type: "conversation.item.deleted"
Property Value
"conversation.item.deleted"