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

    Type Alias ScopedKeyValueListPair

    ScopedKeyValueListPair: {
        key: string;
        scope?: "collection" | "document" | "chunk";
        value: string[];
    } & Record<string, any>

    Representation of the 'ScopedKeyValueListPair' schema.

    Type Declaration

    • key: string

      Max Length: 1024.

    • Optionalscope?: "collection" | "document" | "chunk"

      Scope of the metadata filter (e.g., collection, document, chunk) Default: "document".

      Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.

    • value: string[]