UNPKG

@elimeleth/builderbot-langchain

Version:

Interface para crear chatbot con Builderbot & LangChain

5 lines 272 B
import { ZodType, ZodTypeDef } from "zod"; import { FactoryModel } from ".."; declare const _default: <T>(question: string, schema: ZodType<T, ZodTypeDef, T>, model: FactoryModel, state: any) => Promise<T>; export default _default; //# sourceMappingURL=schemas.fn.d.ts.map