UNPKG

@forgeflowai/chat

Version:

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

11 lines (10 loc) 263 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useChat = useChat; var _vue = require("vue"); var _constants = require("@forgeflowai/chat/constants"); function useChat() { return (0, _vue.inject)(_constants.ChatSymbol); }