chatkit-node-backend-sdk / AssistantMessageContent
Interface: AssistantMessageContent
Defined in: src/types/items.ts:77
Assistant message content consisting of text and annotations.
Properties
type
type:
"output_text"
Defined in: src/types/items.ts:78
text
text:
string
Defined in: src/types/items.ts:79
annotations
annotations:
Annotation[]
Defined in: src/types/items.ts:80