UNPKG

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

4 lines (3 loc) 186 B
import { CtrfReport } from "../types/ctrf"; import { Arguments } from "./index"; export declare function openAISummary(report: CtrfReport, file: string, args: Arguments): Promise<void>;