UNPKG

mycoder-agent

Version:

Agent module for mycoder - an AI-powered software development assistant

8 lines 337 B
/** * Generates a provider-specific API key error message * @param provider The LLM provider name * @returns Error message with provider-specific instructions */ export declare const getProviderApiKeyError: (provider: string) => string; export declare const getAnthropicApiKeyError: () => string; //# sourceMappingURL=errors.d.ts.map