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) 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.localStorageSessionIdKey = exports.localStorageNamespace = void 0; const localStorageNamespace = exports.localStorageNamespace = "n8n-chat"; const localStorageSessionIdKey = exports.localStorageSessionIdKey = `${localStorageNamespace}/sessionId`;