UNPKG

@forgeflowai/chat

Version:

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

7 lines (6 loc) 118 B
export interface ChatMessage { id: string; text: string; createdAt: string; sender: 'user' | 'bot'; }