OpenInference JS
    Preparing search index...

    Represents text content sent to or received from the model.

    interface TextPart {
        content: string;
        type: "text";
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    content: string
    type: "text"