UNPKG

n8n-nodes-sap-ai-core

Version:

n8n nodes for SAP AI Core LLM and embeddings integration

9 lines 374 B
import { ISupplyDataFunctions, INodeType, INodeTypeDescription } from 'n8n-workflow'; declare class SapAiCoreEmbeddings implements INodeType { description: INodeTypeDescription; supplyData(this: ISupplyDataFunctions, itemIndex: number): Promise<{ response: any; }>; } export { SapAiCoreEmbeddings }; //# sourceMappingURL=SapAiCoreEmbeddings.node.d.ts.map