UNPKG

@n8n/n8n-nodes-langchain

Version:
3 lines (2 loc) 166 B
import type { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow'; export declare function execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;