UNPKG

@n8n/n8n-nodes-langchain

Version:
3 lines (2 loc) 238 B
import { type IExecuteFunctions, type INodeExecutionData } from 'n8n-workflow'; export declare function baseAnalyze(this: IExecuteFunctions, i: number, urlsPropertyName: string, type: 'image' | 'document'): Promise<INodeExecutionData[]>;