hugbot
Version:
Chatbot maker for HuggingFace Inference API and other AI API providers and backends.
8 lines • 367 B
TypeScript
import { HugBotEntity } from "../../HugBotEntity/HugBotEntity";
/**
* Main HugBot interaction method. Uses components present on the bot instance
* to produce text response.
*/
declare const generateTextResponse: (HugBot: HugBotEntity, userInput: string, apiToken?: string) => Promise<string>;
export { generateTextResponse };
//# sourceMappingURL=TextGen.d.ts.map