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) 192 B
import { createChat } from '@forgeflowai/chat/index'; export declare function createTestChat(options?: Parameters<typeof createChat>[0]): { unmount: () => void; container: Element; };