Creating Plot Twists
    Preparing search index...

    Interface TextPart

    Text content part of a prompt. It contains a string of text.

    interface TextPart {
        type: "text";
        text: string;
    }
    Index

    Properties

    Properties

    type: "text"
    text: string

    The text content.