@n8n/n8n-nodes-langchain
Version:

7 lines (6 loc) • 358 B
TypeScript
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription, INodeTypeBaseDescription } from 'n8n-workflow';
export declare class AgentV2 implements INodeType {
description: INodeTypeDescription;
constructor(baseDescription: INodeTypeBaseDescription);
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
}