UNPKG

@n8n/n8n-nodes-langchain

Version:
7 lines (6 loc) 294 B
import type { INodeProperties } from 'n8n-workflow'; import * as analyze from './analyze.operation'; import * as download from './download.operation'; import * as generate from './generate.operation'; export { analyze, download, generate }; export declare const description: INodeProperties[];