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)

8 lines (7 loc) 282 B
import { TestingFrameworkAPICatalog } from "../../types"; export declare class APISearchPromptCreator { private apiCatalog; private apiFormatter; constructor(apiCatalog: TestingFrameworkAPICatalog); createPrompt(step: string, viewAnalysisResult?: string): string; }