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

    Type Alias RetrievalScopedKeyValueListPair

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

    Representation of the 'RetrievalScopedKeyValueListPair' schema.

    Type Declaration

    • key: string

      Max Length: 1024.

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

      Default: "document".

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

    • value: string[]