@wix-pilot/core
Version:
A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs)
5 lines (4 loc) • 342 B
TypeScript
import { AutoReviewSectionConfig } from "../../../types";
import { OutputsMapping } from "../../../common/extract/extractTaggedOutputs";
export declare function reviewConfigsToOutputsMapping(reviews: AutoReviewSectionConfig[]): OutputsMapping;
export declare function breakReviewArrayToItsTypes(reviews: AutoReviewSectionConfig[]): string[];