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) 231 B
import { CodeEvaluationResult } from "../types"; export declare class CodeEvaluator { evaluate(code: string, context: any, sharedContext?: Record<string, any>): Promise<CodeEvaluationResult>; private createAsyncFunction; }