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

5 lines (4 loc) 390 B
import { type CtrfReport } from '../../types/ctrf'; import { type Arguments } from '../index'; export declare function customService(systemPrompt: string, prompt: string, args: Arguments, customUrl?: string): Promise<string | null>; export declare function customFailedTestSummary(report: CtrfReport, args: Arguments, file?: string, log?: boolean, customUrl?: string): Promise<CtrfReport>;