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)

7 lines (6 loc) 299 B
import { TestingFrameworkAPICatalog, PreviousStep } from "../../types"; export declare class ViewAnalysisPromptCreator { private apiCatalog; constructor(apiCatalog: TestingFrameworkAPICatalog); createPrompt(step: string, viewHierarchy: string, previousSteps?: PreviousStep[]): string; }