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

itemId

The ID of the item that was deleted.

type

The event type, must be conversation.item.deleted.

Inherited Properties

eventId

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"

Inherited Property Details

eventId

eventId?: string

Property Value

string

Inherited From ServerEvent.eventId