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) • 351 B
TypeScript
import { type CtrfReport } from '../../types/ctrf';
import { type Arguments } from '../index';
export declare function openRouter(systemPrompt: string, prompt: string, args: Arguments): Promise<string | null>;
export declare function openRouterFailedTestSummary(report: CtrfReport, args: Arguments, file?: string, log?: boolean): Promise<CtrfReport>;