UNPKG

embedia

Version:

Zero-configuration AI chatbot integration CLI - direct file copy with embedded API keys

6 lines (4 loc) 79 B
export interface Message { role: 'user' | 'assistant'; content: string; }