ai-ctrf
Version:
Generate AI summaries of test results using a wide range of AI models like OpenAI, Anthropic, Gemini, Mistral, Grok, DeepSeek, Azure, Perplexity, and OpenRouter
5 lines (4 loc) • 329 B
TypeScript
import { CtrfReport } from "../../types/ctrf";
import { Arguments } from "../index";
export declare function huggingfaceAI(systemPrompt: string, prompt: string, args: Arguments): Promise<string | null>;
export declare function huggingfaceFailedTestSummary(report: CtrfReport, file: string, args: Arguments): Promise<CtrfReport>;