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