@vectara/react-chatbot
Version:
A Vectara-powered Chatbot component
7 lines (6 loc) • 330 B
TypeScript
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 };