@microsoft/opentelemetry
    Preparing search index...

    Interface TextPart

    Plain text content.

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

    The text content.

    type: "text"

    Discriminator identifying this as a text part.