evalite
Version:
Test your LLM-powered apps with a TypeScript-native, Vitest-based eval runner. No API key required.
11 lines • 506 B
TypeScript
type ProgramOpts = {
path: string | undefined;
threshold: number | undefined;
};
export declare const createProgram: (commands: {
watch: (opts: ProgramOpts) => void;
runOnceAtPath: (opts: ProgramOpts) => void;
}) => import("@stricli/core").Application<import("@stricli/auto-complete").StricliAutoCompleteContext>;
export declare const program: import("@stricli/core").Application<import("@stricli/auto-complete").StricliAutoCompleteContext>;
export {};
//# sourceMappingURL=command.d.ts.map