UNPKG

@just-every/task

Version:

Task - A Thoughtful Task Loop

14 lines 361 B
/** * Global test setup for Mind tests */ export declare const mockEnsemble: { MODEL_CLASSES: { standard: string[]; coding: string[]; reasoning: string[]; creative: string[]; speed: string[]; }; getModelFromClass: import("vitest").Mock<(modelClass: string) => string>; }; //# sourceMappingURL=setup.d.ts.map