n8n-nodes-agent-chat-interface
Version:
N8N custom node that serves a React chat interface as static content
8 lines (7 loc) • 615 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatInterfaceWebhookNode = exports.ChatInterfaceNode = void 0;
var ChatInterfaceNode_node_1 = require("./ChatInterfaceNode.node");
Object.defineProperty(exports, "ChatInterfaceNode", { enumerable: true, get: function () { return ChatInterfaceNode_node_1.ChatInterfaceNode; } });
var ChatInterfaceWebhookNode_node_1 = require("./ChatInterfaceWebhookNode.node");
Object.defineProperty(exports, "ChatInterfaceWebhookNode", { enumerable: true, get: function () { return ChatInterfaceWebhookNode_node_1.ChatInterfaceWebhookNode; } });