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) 211 B
import { type CtrfReport } from '../types/ctrf'; import { type Arguments } from './index'; export declare function generateConsolidatedSummary(report: CtrfReport, model: string, args: Arguments): Promise<void>;