UNPKG

@forgeflowai/chat

Version:

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

6 lines (5 loc) 147 B
import { inject } from "vue"; import { ChatSymbol } from "@forgeflowai/chat/constants"; export function useChat() { return inject(ChatSymbol); }