@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) • 550 B
JavaScript
export { default as Button } from "./Button.vue";
export { default as Chat } from "./Chat.vue";
export { default as ChatWindow } from "./ChatWindow.vue";
export { default as GetStarted } from "./GetStarted.vue";
export { default as GetStartedFooter } from "./GetStartedFooter.vue";
export { default as Input } from "./Input.vue";
export { default as Layout } from "./Layout.vue";
export { default as Message } from "./Message.vue";
export { default as MessagesList } from "./MessagesList.vue";
export { default as PoweredBy } from "./PoweredBy.vue";