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

    Type Alias OutputFilteringConfig

    Representation of the 'OutputFilteringConfig' schema.

    type OutputFilteringConfig = {
        filters: OutputFilterConfig[];
        stream_options?: FilteringStreamOptions;
    }
    Index

    Properties

    Configuration for content filtering services that should be used for the given filtering step (output filtering). Min Items: 1.

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

    stream_options?: FilteringStreamOptions