SAP AI SDK for JavaScript - v2.13.0
    Preparing search index...

    Type Alias KeyValueListPair

    Representation of the 'KeyValueListPair' schema.

    type KeyValueListPair = {
        key: string;
        value: string[];
    }
    Index
    key: string

    Max Length: 1024.

    value: string[]