langchain.js
    Preparing search index...

    Type Alias MultipleChannelSubscriptionOptions

    Options for subscribing to multiple channels.

    type MultipleChannelSubscriptionOptions = {
        tags?: string[];
    }
    Index

    Properties

    Properties

    tags?: string[]

    Optional tags to associate with the subscription.