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, OpenRouter, and custom OpenAI-compatible APIs

4 lines (3 loc) 231 B
import { type CtrfReport } from '../types/ctrf'; import { type Arguments } from './index'; export declare function generateConsolidatedSummary(report: CtrfReport, model: string, args: Arguments, customUrl?: string): Promise<void>;