OpenInference JS
    Preparing search index...

    Represents an arbitrary message part with any type and properties. This allows for extensibility with custom message part types.

    interface GenericPart {
        type: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    type: string