Part of a message's content that contains text.

interface ChatsTextContentPart {
    text: string;
    type: REFUSAL;
}

Properties

Properties

text: string

Text content of this part of the message.

type: REFUSAL

The type of a content part.