UNPKG

@nomyx/assistant

Version:

A powerful assistant library and cli for your AI projects. works with Vertex AI (Claude and Gemini)

7 lines (6 loc) 291 B
export declare class OpenRouterProviderError extends Error { statusCode?: number | undefined; response?: any; constructor(message: string, statusCode?: number | undefined, response?: any); } export declare function handleOpenRouterError(error: unknown): OpenRouterProviderError;