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

    Type Alias FilteringStreamOptions

    Stream options for output filtering. Will be ignored if stream is false.

    type FilteringStreamOptions = {
        overlap?: number;
    }
    Index
    overlap?: number

    Number of characters that should be additionally sent to content filtering services from previous chunks as additional context. Maximum: 10000.