UNPKG

@forgeflowai/chat

Version:

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

9 lines (8 loc) 201 B
import { inject } from "vue"; import { ChatOptionsSymbol } from "@forgeflowai/chat/constants"; export function useOptions() { const options = inject(ChatOptionsSymbol); return { options }; }