UNPKG

@n8n/n8n-nodes-langchain

Version:
7 lines (6 loc) 403 B
import { type IExecuteFunctions, type INodeExecutionData, type INodeType, type INodeTypeDescription, type ISupplyDataFunctions, type SupplyData } from 'n8n-workflow'; export declare class ToolCalculator implements INodeType { description: INodeTypeDescription; supplyData(this: ISupplyDataFunctions): Promise<SupplyData>; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }