UNPKG

hugbot

Version:

Chatbot maker for HuggingFace Inference API and other AI API providers and backends.

6 lines 238 B
import { HugBotEntity } from "./HugBotEntity"; /** * This handles bot access and input validation. */ export declare const HugBotProxy: (bot: HugBotEntity) => HugBotEntity; //# sourceMappingURL=AbstractSingletonProxyFactoryBean.d.ts.map