langchain.js
    Preparing search index...

    Type Alias SingleChannelSubscriptionOptions

    Options for subscribing to a single channel.

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

    Properties

    Properties

    key?: string

    When specified, the channel mapping will be an object with this key pointing to the array of channels to subscribe to. Otherwise, the channel mapping will be an array of channels.

    tags?: string[]

    Optional tags to associate with the subscription.