/**
 * Detects if an error indicates the model doesn't support tool calling
 *
 * This is used to automatically retry requests without tools when a model
 * rejects tool definitions (common with some local models like deepseek-r1 via Ollama)
 */
export declare function isToolSupportError(error: unknown): boolean;
//# sourceMappingURL=tool-error-detector.d.ts.map