@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
6 lines (5 loc) • 328 B
TypeScript
import type { LLMManage } from '../../core/llm';
import type { ILLMOptions } from '../../types';
import { AtomName } from '../../types';
import { Schedule } from '../../schedule';
export declare const getDataInsightSchedule: (llm: LLMManage, options: ILLMOptions) => Schedule<(AtomName.DATA_INSIGHT | AtomName.SPEC_INSIGHT)[]>;