UNPKG

@wix-pilot/core

Version:

A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs)

6 lines (5 loc) 223 B
import { PilotError } from "../errors/PilotError"; export declare class CodeEvaluationError extends PilotError { originalError?: Error | undefined; constructor(message: string, originalError?: Error | undefined); }