Creating Plot Twists
    Preparing search index...

    Type Alias AutoThreadConfig

    Per-link auto-threading directive. See NewLink.autoThread.

    type AutoThreadConfig = {
        key: string;
        mode: AutoThreadMode;
    }
    Index

    Properties

    Properties

    key: string

    The conversation grouping the sequential chain runs within — typically the connector's channel id (Link.channelId). DMs and each channel form independent chains. Messages are only ever folded into another message that shares this key.

    Channel ("sequential") vs DM ("fold") grouping.