UNPKG

@forgeflowai/chat

Version:

This is an embeddable Chat widget for n8n. It allows the execution of AI-Powered Workflows through a Chat window.

8 lines (7 loc) 233 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.chatEventBus = void 0; var _utils = require("@forgeflowai/chat/utils"); const chatEventBus = exports.chatEventBus = (0, _utils.createEventBus)();