Skip to content

chatkit-node-backend-sdk


chatkit-node-backend-sdk / AssistantMessageContentPartAnnotationAdded

Interface: AssistantMessageContentPartAnnotationAdded

Defined in: src/types/events.ts:93

Event announcing a new annotation on assistant content.

Properties

type

type: "assistant_message.content_part.annotation_added"

Defined in: src/types/events.ts:94


content_index

content_index: number

Defined in: src/types/events.ts:95


annotation_index

annotation_index: number

Defined in: src/types/events.ts:96


annotation

annotation: Annotation

Defined in: src/types/events.ts:97