UNPKG

@bobmatnyc/ai-code-review

Version:

A TypeScript-based tool for automated code reviews using AI models from Google Gemini, Anthropic Claude, and OpenRouter

8 lines (7 loc) 238 B
/** * @fileoverview Factory for creating API clients. * * This module serves as the main entry point for the client factory functionality, * providing a unified interface for client instantiation. */ export * from './clientFactory';