@langchain/community
Version:
Third-party integrations for LangChain.js
11 lines (10 loc) • 425 B
JavaScript
import { __exportAll } from "../_virtual/_rolldown/runtime.js";
import { DynamicStructuredTool, DynamicTool } from "@langchain/core/tools";
//#region src/tools/dynamic.ts
var dynamic_exports = /* @__PURE__ */ __exportAll({
DynamicStructuredTool: () => DynamicStructuredTool,
DynamicTool: () => DynamicTool
});
//#endregion
export { DynamicStructuredTool, DynamicTool, dynamic_exports };
//# sourceMappingURL=dynamic.js.map