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

11 lines (9 loc) 322 B
import { AtomName } from "../../types"; import { Schedule } from "../../schedule"; export const getDataQuerySchedule = (llm, options) => new Schedule([ AtomName.DATA_QUERY ], { base: { llm: llm, showThoughts: null == options ? void 0 : options.showThoughts } }); //# sourceMappingURL=index.js.map