UNPKG

@forgeflowai/chat

Version:

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

5 lines (4 loc) 212 B
import type { InjectionKey } from 'vue'; import type { Chat, ChatOptions } from '../types'; export declare const ChatSymbol: InjectionKey<Chat>; export declare const ChatOptionsSymbol: InjectionKey<ChatOptions>;