UNPKG

@n8n/n8n-nodes-langchain

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