Body, Mind & Soul — API Reference
    Preparing search index...
    Index
    • Open the meta-dialog and resolve with the chosen action.

      Parameters

      • opts: {
            reason: "timeout" | "disconnected" | "cancelled";
            specDescription: string;
            targetUserActive: boolean;
            targetUserName: string;
        }
        • reason: "timeout" | "disconnected" | "cancelled"
        • specDescription: string

          Human-readable prompt label.

        • targetUserActive: boolean

          If false, Resend is disabled.

        • targetUserName: string

      Returns Promise<"cancel" | "resend" | "handleOnGM">