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) 288 B
export declare class AnthropicProviderError extends Error { statusCode?: number | undefined; response?: any; constructor(message: string, statusCode?: number | undefined, response?: any); } export declare function handleAnthropicError(error: unknown): AnthropicProviderError;