Documentation - v1.6.0-beta.24
    Preparing search index...

    Options for configuring a SlackStream instance.

    interface SlackStreamOptions {
        recipientTeamId?: string;
        recipientUserId?: string;
        taskDisplayMode?: "timeline" | "plan";
    }
    Index

    Properties

    recipientTeamId?: string

    Slack team ID of the recipient. Required for channel messages; not needed for DMs.

    recipientUserId?: string

    Slack user ID of the recipient. Required for channel messages; not needed for DMs.

    taskDisplayMode?: "timeline" | "plan"

    Controls how agentic task updates are displayed. Defaults to 'timeline'.