UNPKG

@elimeleth/builderbot-langchain

Version:

Interface para crear chatbot con Builderbot & LangChain

7 lines 317 B
import Contextual from "./contextuals"; import { SYSTEM_PROMPT, SYSTEM_STRUCT } from "./prompts"; import Memory from "./memory"; import Runnable from "./rag"; import FactoryModel from "./factory"; export { FactoryModel, Contextual, Memory, Runnable, SYSTEM_PROMPT, SYSTEM_STRUCT }; //# sourceMappingURL=index.d.ts.map