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

    Type Alias RetrievalBinaryBooleanFilter

    RetrievalBinaryBooleanFilter: {
        left: RetrievalBinaryBooleanFilter | RetrievalScopedKeyValueListPair;
        operator: "and" | "or";
        right: RetrievalBinaryBooleanFilter | RetrievalScopedKeyValueListPair;
    } & Record<string, any>

    Representation of the 'RetrievalBinaryBooleanFilter' schema.

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