UNPKG

@visactor/vmind

Version:

<div align="center"> <a href="https://github.com/VisActor#gh-light-mode-only" target="_blank"> <img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/> </a> <a href="https://githu

15 lines (12 loc) 538 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.getDataInsightSchedule = void 0; const types_1 = require("../../types"), schedule_1 = require("../../schedule"), getDataInsightSchedule = (llm, options) => new schedule_1.Schedule([ types_1.AtomName.DATA_INSIGHT, types_1.AtomName.SPEC_INSIGHT ], { base: { llm: llm, showThoughts: null == options ? void 0 : options.showThoughts } }); exports.getDataInsightSchedule = getDataInsightSchedule; //# sourceMappingURL=index.js.map