UNPKG

react-ai-faq-chat

Version:

A smart AI-powered FAQ chatbot

9 lines (8 loc) 191 B
export declare function useAIFAQChat(): { messages: { text: string; user: boolean; }[]; sendMessage: (question: string) => Promise<void>; loading: boolean; };