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

    Type Alias OutputFilteringConfig

    Representation of the 'OutputFilteringConfig' schema.

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

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

    stream_options?: FilteringStreamOptions