UNPKG

n8n-nodes-databricks-api

Version:
4 lines (3 loc) 281 B
import type { FailedAttemptHandler } from '@langchain/core/dist/utils/async_caller'; import type { ISupplyDataFunctions } from 'n8n-workflow'; export declare const makeN8nLlmFailedAttemptHandler: (ctx: ISupplyDataFunctions, handler?: FailedAttemptHandler) => FailedAttemptHandler;