UNPKG

erosolar-cli

Version:

Unified AI agent framework for the command line - Multi-provider support with schema-driven tools, code intelligence, and transparent reasoning

4 lines 276 B
export type ErrorContextValue = string | number | boolean | null | undefined; export type ErrorContext = Record<string, ErrorContextValue>; export declare function buildError(action: string, error: unknown, context?: ErrorContext): string; //# sourceMappingURL=errors.d.ts.map