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