@forgeflowai/chat
Version:
This is an embeddable Chat widget for n8n. It allows the execution of AI-Powered Workflows through a Chat window.
14 lines (13 loc) • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.useOptions = useOptions;
var _vue = require("vue");
var _constants = require("@forgeflowai/chat/constants");
function useOptions() {
const options = (0, _vue.inject)(_constants.ChatOptionsSymbol);
return {
options
};
}