UNPKG

n8n-nodes-sap-ai-core

Version:

n8n nodes for SAP AI Core LLM and embeddings integration

3 lines 252 B
import type { ISupplyDataFunctions } from 'n8n-workflow'; export declare const makeN8nLlmFailedAttemptHandler: (ctx: ISupplyDataFunctions, handler?: (error: any) => void) => (error: any) => void; //# sourceMappingURL=n8nLlmFailedAttemptHandler.d.ts.map