5 lines
299 B
TypeScript
5 lines
299 B
TypeScript
import type { VisionCapableModel } from "../plugin-state";
|
|
export declare function setVisionCapableModelsCache(cache: Map<string, VisionCapableModel>): void;
|
|
export declare function readVisionCapableModelsCache(): VisionCapableModel[];
|
|
export declare function clearVisionCapableModelsCache(): void;
|