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

3 lines (2 loc) 148 B
import type { ILLMOptions, VMindOptions } from '../types'; export declare const getScheduleLLmOptions: (vmindOptions: VMindOptions) => ILLMOptions;