Interface TextContentPart

Text content part for multimodal messages.

interface TextContentPart {
    text: string;
    type: "text";
}

Properties

Properties

text: string
type: "text"