UNPKG

@vectara/react-chatbot

Version:
7 lines (6 loc) 330 B
import { Props } from "./components/ChatView"; import type { SummaryLanguage } from "./types"; export type { Props } from "components/ChatView"; export { DEFAULT_SUMMARIZER, DEFAULT_RERANKER_ID, DEFAULT_LAMBDA_VALUE } from "./useChat"; export declare const ReactChatbot: (props: Props) => JSX.Element; export { SummaryLanguage };