UNPKG

tidyai-ts

Version:

AI-powered cross-platform file organizer using OpenRouter API

8 lines 255 B
export declare class OpenRouterClient { private apiKey; constructor(); getSuggestions(fileNames: string[]): Promise<Record<string, string>>; private makeRequest; private getDefaultSuggestions; } //# sourceMappingURL=openrouter.d.ts.map