UNPKG

react-ai-faq-chat

Version:

A smart AI-powered FAQ chatbot

2 lines (1 loc) 109 B
export declare function createChatbotChain(docsFolder: string): Promise<(question: string) => Promise<any>>;